Update surfer container

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2022-03-11 15:22:46 +01:00
parent a10742633f
commit 30a4255c46

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine3.12
RUN apk add --no-cache make python3
RUN apk add --no-cache make python3 zip
# use --unsafe to not execute post actions as user nobody
RUN npm -g install cloudron-surfer@5.13.5-1 --unsafe && npm cache clean --force && surfer --version
RUN npm -g install cloudron-surfer@5.16.6 --unsafe && npm cache clean --force && surfer --version