Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 21:44:47 -07:00
parent 9c7b1c39ec
commit 1d2f9ab6b1

View File

@@ -4,7 +4,7 @@ MAINTAINER fithwum
ENV UID=99 ENV UID=99
ENV GUID=100 ENV GUID=100
RUN useradd -ms /bin/bash -g 100 -G sudo -u 99 foundry RUN adduser -ms /bin/bash -g 100 -G sudo -u 99 foundry
# Install dependencies and folder creation # Install dependencies and folder creation
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \