Skip to content

Commit 601a5f8

Browse files
committed
Install dos2unix into container
1 parent 5db6c40 commit 601a5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG MSSQLTOOLS_VERSION=17.4.1.1-1
55
ENV PATH=/opt/mssql-tools/bin:$PATH
66

77
RUN apt-get update \
8-
&& apt-get install -y curl apt-transport-https locales gnupg2 \
8+
&& apt-get install -y curl apt-transport-https locales gnupg2 dos2unix \
99
&& locale-gen "en_US.UTF-8" \
1010
&& export `grep "VERSION_ID" /etc/os-release | sed -e 's/^VERSION_ID=\"/VERSION_ID=/' -e 's/\"$//'` \
1111
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \

0 commit comments

Comments
 (0)