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
Build foundry vtt docker image and push to registry / docker (push) Failing after 23s
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ ENV UMASK=022
|
|||||||
ENV PATH="/app:${PATH}"
|
ENV PATH="/app:${PATH}"
|
||||||
|
|
||||||
# update and install requirements
|
# 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 script to work directory
|
||||||
COPY entrypoint.sh ./
|
COPY entrypoint.sh ./
|
||||||
|
|||||||
Reference in New Issue
Block a user