mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2025-02-16 20:05:17 +00:00
This also updates the gear and adds an optional bash script instead of the Makefile Signed-off-by: Felix Bartels <felix@9wd.eu>
4 lines
216 B
Docker
4 lines
216 B
Docker
FROM node:lts-alpine
|
|
RUN apk add --no-cache make python3 zip
|
|
# use --unsafe to not execute post actions as user nobody
|
|
RUN npm -g install cloudron-surfer@6.0.0 --unsafe && npm cache clean --force && surfer --version
|