Skip to content

Commit 928deb4

Browse files
committed
PI-2375: Fixed sed command
1 parent 66b2f3f commit 928deb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.setup-prisoner-search

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:current-alpine3.17
33
RUN apk update && apk add bash curl --no-cache
44

55
RUN curl https://prisoner-search-dev.prison.service.justice.gov.uk/v3/api-docs > prisoner-offender-search.json && \
6-
sed -i "s+\*/\*+application/json+g" prisoner-offender-search.json && \
6+
sed -i 's/\*\/\*/application\/json/g' prisoner-offender-search.json && \
77
npm install -g @stoplight/prism-cli
88

99
RUN adduser -D user

0 commit comments

Comments
 (0)