From ae5bccb95d645e85bd29ca5b04785133b0525ce9 Mon Sep 17 00:00:00 2001 From: crovaxon Date: Mon, 17 Jun 2024 12:33:43 +0200 Subject: [PATCH] Build is failing on apk, trying to find where it actually fails by splitting up update and install --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6824add..c72ffaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./