Skip to content

Commit

Permalink
fix: install python in frontend docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent 2f0f9c7 commit a2e1c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json yarn.lock lerna.json ./
COPY ./packages ./packages
#RUN yarn config set network-timeout 300000
RUN apt-get update || : && apt-get install python -y
RUN yarn install
RUN yarn run build
RUN apk add curl
Expand Down

0 comments on commit a2e1c2c

Please sign in to comment.