From 0731de567ae26b6a841db0d0924139588fb75fdb Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 21 Jun 2020 17:57:06 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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