cloudron-drone-app/helpers/surfer/Dockerfile
Felix Bartels 5602c9daa8 update drone and surfer to the latest version
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-10-08 14:41:04 +02:00

5 lines
196 B
Docker

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