This commit is contained in:
@@ -50,8 +50,8 @@ RUN npm set progress=false && npm config set depth 0 \
|
|||||||
&& npm install -g npm@latest \
|
&& npm install -g npm@latest \
|
||||||
&& npm install -g pm2 \
|
&& npm install -g pm2 \
|
||||||
&& cd /enigma-bbs && npm install \
|
&& cd /enigma-bbs && npm install \
|
||||||
&& add-apt-repository ppa:dosemu2/ppa && apt update \
|
&& add-apt-repository -y ppa:dosemu2/ppa && apt update \
|
||||||
&& apt install -y && apt install dosemu2 install-otherdos
|
&& apt install -y dosemu2 install-freedos
|
||||||
|
|
||||||
|
|
||||||
# Do this after npm install to avoid cache-miss on every code change
|
# Do this after npm install to avoid cache-miss on every code change
|
||||||
|
|||||||
Reference in New Issue
Block a user