Update Dockerfile

This commit is contained in:
fithwum
2020-12-07 08:14:51 -08:00
parent 985880b501
commit 84570b037c

View File

@@ -10,7 +10,7 @@ ENV GUID=100
# && adduser -S -u 99 -D foundry -G 100
# Install dependencies and folder creation
RUN apt-get -y update && apt-get -y --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
RUN apt-get -y update && apt-get -y ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
&& mkdir -p /foundry /ftemp \
&& chmod 777 -R /foundry \
&& chown 99:100 -R /foundry