cloudron-drone-app/helpers/surfer/Dockerfile
Felix Bartels 2d637066a9 update surfer container
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-10-18 14:25:05 +02:00

4 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.11.0 --unsafe && npm cache clean --force && surfer -h