This commit is contained in:
randogoth 2025-10-18 20:34:07 +03:00
parent daae8bd74e
commit eca967a494
3 changed files with 162 additions and 138 deletions

View file

@ -16,7 +16,6 @@ RUN apt-get update && \
unzip \
file \
&& add-apt-repository -y ppa:dosemu2/ppa && \
apt-get update && \
apt-get install -y --no-install-recommends \
dosemu2 \
&& rm -rf /var/lib/apt/lists/*