mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
Update surfer container
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
a10742633f
commit
30a4255c46
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue