There was an error while loading. Please reload this page.
1 parent e3c12f3 commit 3688f5bCopy full SHA for 3688f5b
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ COPY --chown=0:0 assets/ia16-gcc.sources /etc/apt/sources.list.d/ia16-gcc.source
4
COPY --chown=0:0 assets/jwt27-djgpp.sources /etc/apt/sources.list.d/jwt27-djgpp.sources
5
# Install essential tools and IA16/DJGPP cross-compilers
6
RUN apt-get install -U -y \
7
- build-essential \
+ build-essential dos2unix \
8
curl \
9
wget \
10
git-core \
0 commit comments