Skip to content

Commit

Permalink
Omit unnecessary alpine package
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkingit committed Aug 3, 2020
1 parent 477e5b5 commit 31b7892
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 @@ -19,7 +19,7 @@
FROM node:lts-alpine as buildImg

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

USER node
WORKDIR /home/node
Expand Down

0 comments on commit 31b7892

Please sign in to comment.