Merge pull request #212 from spenceradolph/master

Removed 'RUN apk add --no-cache python g++ make'
This commit is contained in:
Stefan Scherer 2021-11-10 08:40:35 +01:00 committed by GitHub
commit 14c67643bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
```dockerfile
FROM node:12-alpine
RUN apk add --no-cache python g++ make
WORKDIR /app
COPY . .
RUN yarn install --production