dosemu
All checks were successful
Docker / buildx (push) Successful in 12m6s

This commit is contained in:
Chris Richardson
2025-08-12 13:45:32 -04:00
parent 6c3de28396
commit acfce1d0ba

View File

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