diff --git a/Dockerfile b/Dockerfile index dac19c6..f410bbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive # Update packages and install software RUN apt-get update \ && apt-get -y install software-properties-common \ - && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools \ + && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Add configuration and scripts