mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-14 10:55:13 +00:00
4 lines
221 B
Docker
4 lines
221 B
Docker
FROM node:lts-alpine3.12
|
|
RUN apk add --no-cache make python3 zip
|
|
# use --unsafe to not execute post actions as user nobody
|
|
RUN npm -g install cloudron-surfer@5.16.6 --unsafe && npm cache clean --force && surfer --version
|