dosemu
Some checks failed
Docker / buildx (push) Has been cancelled

This commit is contained in:
Chris Richardson
2025-08-12 11:26:59 -04:00
parent 682da1eb00
commit de7d97d333
2 changed files with 7 additions and 3 deletions

View File

@@ -33,10 +33,14 @@ RUN apt-get update \
openssh-server \
emacs-nox \
binkd \
npm \
software-properties-common \
&& npm set progress=false && npm config set depth 0 \
&& npm install -g npm@latest \
&& npm install -g pm2 \
&& cd /enigma-bbs && npm install
&& cd /enigma-bbs && npm install \
&& add-apt-repository ppa:dosemu2/ppa && apt update \
&& apt install -y && apt install dosemu2 install-otherdos
# Do this after npm install to avoid cache-miss on every code change