We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c2691 commit 782ff7fCopy full SHA for 782ff7f
service/Dockerfile
@@ -7,7 +7,7 @@ COPY ../package.json /tmp/root-package.json
7
COPY ./package.json /tmp/service-package.json
8
9
# Install jq
10
-RUN apk add --no-cache jq
+RUN apk update && apk --no-cache upgrade && apk add --no-cache jq
11
12
# Merge package.json files
13
RUN jq -s '.[0] * .[1]' /tmp/root-package.json /tmp/service-package.json > /tmp/merged-package.json
0 commit comments