Skip to content

Commit

Permalink
Remove build-base python from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmosgenius committed May 3, 2021
1 parent 5477e6c commit 794734e
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 @@ -3,7 +3,7 @@ FROM node:16-alpine
WORKDIR /code

COPY package*.json /code/
RUN apk --update add --virtual build-dependencies build-base python \
RUN apk --update add --virtual build-dependencies \
&& npm install \
&& apk del build-dependencies

Expand Down

0 comments on commit 794734e

Please sign in to comment.