Skip to content

Commit

Permalink
use python3 instead of python alias in alpine layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Nov 11, 2021
1 parent 3295c54 commit 113550a
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 @@ -13,7 +13,7 @@ FROM node:16-alpine AS build-frontend
WORKDIR /wd
ENV PARCEL_WORKERS 1
# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
RUN apk add --no-cache g++ make python
RUN apk add --no-cache g++ make python3
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
COPY tsconfig.json ./
Expand Down

0 comments on commit 113550a

Please sign in to comment.