diff --git a/Dockerfile b/Dockerfile index e0c41cd..9ad09ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN addgroup -S 100 \ && adduser -S -u 99 -D foundry -G 100 # Install dependencies and folder creation -RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apt-get -y update && apt-get -y --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ && mkdir -p /foundry /ftemp \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry