Skip to content

Commit

Permalink
fix(Deploy): add Python installation in dockerfile (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: imjoey <[email protected]>
  • Loading branch information
imjoey authored Jul 13, 2020
1 parent b643585 commit fb5dd8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# phase-build
FROM node:12-alpine as builder

RUN apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python

WORKDIR /usr/src/app/
USER root

Expand Down

0 comments on commit fb5dd8c

Please sign in to comment.