Use edge to have python

This commit is contained in:
Kasra Bigdeli
2021-08-07 14:46:55 -07:00
parent b9b13e1ef1
commit d5c521c183

View File

@@ -1,7 +1,7 @@
FROM node:14-alpine
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh openssl
apk add --no-cache bash git openssh openssl python python3
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app