add curl to docker
Build and Push foundryvtt Docker Image / build (push) Successful in 30s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 7s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 12s

This commit is contained in:
2026-08-05 14:38:07 -07:00
parent d7aa865af1
commit 6cab93a1da
+1 -1
View File
@@ -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