cloudron-drone-app/helpers/surfer/Dockerfile
Felix Bartels dcdb451a8e add helper for surfer-cli
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-06-07 08:46:47 +02:00

5 lines
195 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.9.0 --unsafe && npm cache clean --force