summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-05-16 23:47:16 +0300
committerDevaev Maxim <[email protected]>2021-05-16 23:47:16 +0300
commit5eb0d71cfd2344d30db24d472a6153a64d81279c (patch)
treeef0c679be6a7e74b58303d131bd054a82717ed9d /testenv/Dockerfile
parent03946dd476549639429149cf89c461a9374de710 (diff)
dynamic import
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index b9b03d8d..f516eb95 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -50,7 +50,8 @@ RUN pip install -r requirements.txt
WORKDIR /root
RUN npm install htmlhint -g \
&& npm install pug \
- && npm install pug-cli -g
+ && npm install pug-cli -g \
+ && npm install @babel/eslint-parser -g
WORKDIR /
ARG LIBGPIOD_VERSION
@@ -75,7 +76,6 @@ RUN git clone https://github.com/pikvm/ustreamer \
&& rm -rf ustreamer
RUN mkdir -p \
- /usr/share/janus/javascript \
/etc/kvmd/{nginx,vnc} \
/var/lib/kvmd/msd/{images,meta} \
/opt/vc/bin \