summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-14 12:28:57 +0300
committerDevaev Maxim <[email protected]>2020-07-14 12:28:57 +0300
commit9b3e1137722276cb471a24591f8b8ab7adaca276 (patch)
treeb72b0acc98e6ed8eba9b06c3e2861608695b9dbc /testenv/Dockerfile
parente2f2e8b3595f475222dc11067ef33bfbf410711d (diff)
pug
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile4
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