diff --git a/Dockerfile b/Dockerfile index 77e21f3..6f5deb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER fithwum ENV UID=99 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/fvtt \ && mkdir -p /foundry/data