Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 05:24:38 -07:00
parent b165148671
commit 5af225ef03

View File

@@ -4,7 +4,7 @@ MAINTAINER fithwum
ENV UID=99
ENV GUID=100
RUN adduser -D -u 99 foundry -G 100
RUN addgroup -S 100 && adduser -S -u 99 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 \