Update Dockerfile

This commit is contained in:
fithwum
2020-06-21 17:57:06 -07:00
parent d2a348a632
commit 0731de567a

View File

@@ -4,7 +4,7 @@ MAINTAINER fithwum
ENV UID=99 ENV UID=99
ENV GUID=100 ENV GUID=100
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion node tar \ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
&& mkdir -p /foundry \ && mkdir -p /foundry \
&& mkdir -p /foundry/fvtt \ && mkdir -p /foundry/fvtt \
&& mkdir -p /foundry/data && mkdir -p /foundry/data