Skip to content

Commit 3688f5b

Browse files
committed
dockerfile: install dos2unix
1 parent e3c12f3 commit 3688f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY --chown=0:0 assets/ia16-gcc.sources /etc/apt/sources.list.d/ia16-gcc.source
44
COPY --chown=0:0 assets/jwt27-djgpp.sources /etc/apt/sources.list.d/jwt27-djgpp.sources
55
# Install essential tools and IA16/DJGPP cross-compilers
66
RUN apt-get install -U -y \
7-
build-essential \
7+
build-essential dos2unix \
88
curl \
99
wget \
1010
git-core \

0 commit comments

Comments
 (0)