From 6cab93a1dae563138a1df1942c9cd64ff6821650 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 5 Aug 2026 14:38:07 -0700 Subject: [PATCH] add curl to docker --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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