Skip to content

Commit 037edfc

Browse files
authored
Add python3 dependency to Docker Image
1 parent e22be08 commit 037edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM node:lts-alpine
33
WORKDIR /opt/proxy
44

55
COPY . .
6-
RUN npm install
6+
RUN apk add python3 && npm install
77

88
ENTRYPOINT [ "npm", "start" ]

0 commit comments

Comments
 (0)