Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 committed Nov 11, 2021
1 parent 4ea3ab4 commit d192a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FROM node:lts-alpine as buildImg

RUN apk update
RUN apk --no-cache add gnupg python make curl
RUN apk --no-cache add gnupg python3 make curl

USER node
WORKDIR /home/node
Expand Down

0 comments on commit d192a6e

Please sign in to comment.