mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-22 21:30:59 +00:00
01c68c5a3c
Signed-off-by: Felix Bartels <felix@host-consultants.de>
4 lines
210 B
Docker
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.12.1 --unsafe && npm cache clean --force && surfer -h
|