Build is failing on apk, trying to find where it actually fails by splitting up update and install
Build foundry vtt docker image and push to registry / docker (push) Failing after 23s

This commit is contained in:
2024-06-17 12:33:43 +02:00
parent 07fa9593d6
commit ae5bccb95d
+2 -1
View File
@@ -11,7 +11,8 @@ ENV UMASK=022
ENV PATH="/app:${PATH}"
# update and install requirements
RUN apk update & apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm
RUN apk update
RUN apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm
# copy entrypoint script to work directory
COPY entrypoint.sh ./