cloudron-drone-app/helpers/surfer/Dockerfile
Felix Bartels 01c68c5a3c update surfer to latest version
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-12-09 16:08:22 +01:00

5 lines
210 B
Docker

FROM node:lts-alpine3.12
RUN apk add --no-cache make python3
# use --unsafe to not execute post actions as user nobody
RUN npm -g install cloudron-surfer@5.12.1 --unsafe && npm cache clean --force && surfer -h