mirror of
https://github.com/caprover/caprover
synced 2025-12-13 14:55:40 +00:00
Use edge to have python
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:14-alpine
|
FROM node:14-alpine
|
||||||
|
|
||||||
RUN apk update && apk upgrade && \
|
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
|
RUN mkdir -p /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|||||||
Reference in New Issue
Block a user