Update Dockerfile

This commit is contained in:
fithwum
2020-12-07 07:25:38 -08:00
parent 0fa5b9274e
commit 290d01f7dc

View File

@@ -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