This commit is contained in:
Devaev Maxim
2020-07-14 12:28:57 +03:00
parent e2f2e8b359
commit 9b3e113772
12 changed files with 410 additions and 242 deletions

View File

@@ -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