diff options
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 4 |
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 \ |