diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 65e0697..12d1b67 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -12,7 +12,7 @@ ENV FOUNDRYVTT_VERSION="" RUN adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry # Install dependencies and folder creation -RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm curl \ && mkdir -p /foundry /ftemp \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry