Skip to content

Commit

Permalink
fix: text npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
adrobuta committed Nov 21, 2024
1 parent ed5398d commit 842afc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ENV NODE_ENV=production

RUN apk update
RUN apk upgrade
RUN apk --no-cache add dumb-init skopeo curl bash python3
RUN apk --no-cache add dumb-init skopeo curl bash python3 git

RUN addgroup -S -g 10001 snyk
RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
Expand Down Expand Up @@ -55,7 +55,7 @@ ADD --chown=snyk:snyk package.json package-lock.json ./
# TODO: Remove this line once OpenShift 3 comes out of support.
RUN mkdir -p .config

RUN npm ci
RUN npm i

# add the rest of the app files
ADD --chown=snyk:snyk . .
Expand Down

0 comments on commit 842afc7

Please sign in to comment.