Remove attempts to map to a CD

This commit is contained in:
Deon George 2021-01-15 17:42:03 +11:00
parent 0d2de5c97c
commit 4ede70a917
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN apt-get update \
RUN echo "deb http://deb.debian.org/debian stretch main contrib" > /etc/apt/sources.list.d/contrib.list
RUN apt-get update \
&& apt-get install -yqq dosemu \
&& sed -ie 's#^lredir \(.*\)/media/cdrom#rem &#' /etc/dosemu/freedos/autoexec.bat \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*