Skip to content

Commit 13c44df

Browse files
committed
Builders: Mingw64: Remove unnecessary "dos2unix" tool
1 parent 6c266ef commit 13c44df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/Dockerfile.mingw64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN set -ex && \
7777
# libraries \
7878
libcurl3-gnutls libgpgme11 libarchive13 libssl1.1 \
7979
# common useful utilities \
80-
wget curl less nano git gnupg2 file ca-certificates dos2unix \
80+
wget curl less nano git gnupg2 file ca-certificates \
8181
zip unzip xz-utils zstd \
8282
# build tools \
8383
build-essential automake autoconf autopoint gettext libtool check cppcheck \

0 commit comments

Comments
 (0)