unix2dos
Change Unix-style line endings to DOS-style. Replaces LF with CRLF. More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
RUN apt-get update && \
apt-get install -y dos2unix
RUN apt-get update && \
apt-get install -y dos2unix
RUN apk add dos2unix
RUN pacman -S --noconfirm dos2unix
RUN apt-get update && \
apt-get install -y dos2unix
RUN yum install -y unix2dos
RUN dnf install -y dos2unix
RUN apt-get update && \
apt-get install -y dos2unix