mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
Use edge to have python
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user