cloudron-drone-app/helpers/surfer/Dockerfile
Felix Bartels 0ac667af18 Update surfer to 6.0
This also updates the gear and adds an optional bash script instead of
the Makefile

Signed-off-by: Felix Bartels <felix@9wd.eu>
2023-08-06 14:34:08 +02:00

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