Skip to content

Commit 782ff7f

Browse files
Update Dockerfile (#30)
1 parent f3c2691 commit 782ff7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ../package.json /tmp/root-package.json
77
COPY ./package.json /tmp/service-package.json
88

99
# Install jq
10-
RUN apk add --no-cache jq
10+
RUN apk update && apk --no-cache upgrade && apk add --no-cache jq
1111

1212
# Merge package.json files
1313
RUN jq -s '.[0] * .[1]' /tmp/root-package.json /tmp/service-package.json > /tmp/merged-package.json

0 commit comments

Comments
 (0)