mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
dynamic import
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user