mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
Fixed 8949e18f9b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM node:18-alpine
|
||||
RUN apk update && apk upgrade --no-cache && apk add --update --no-cache make gcc g++ git curl openssl openssh ssh
|
||||
RUN apk update && apk upgrade --no-cache && apk add --update --no-cache make gcc g++ git curl openssl openssh
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user