mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-22 05:10:59 +00:00
dcdb451a8e
Signed-off-by: Felix Bartels <felix@host-consultants.de>
4 lines
195 B
Docker
4 lines
195 B
Docker
FROM node:lts-alpine3.11
|
|
RUN apk add --no-cache make python
|
|
# use --unsafe to not execute post actions as user nobody
|
|
RUN npm -g install cloudron-surfer@5.9.0 --unsafe && npm cache clean --force
|