diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 9d9e99f9..74927eca 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -27,7 +27,9 @@ RUN pacman -Syu --noconfirm \ npm \ && (pacman -Sc --noconfirm || true) -RUN npm install htmlhint -g +RUN npm install htmlhint -g \ + && npm install pug \ + && npm install pug-cli -g ARG USTREAMER_MIN_VERSION ENV USTREAMER_MIN_VERSION $USTREAMER_MIN_VERSION |