We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db6c40 commit 601a5f8Copy full SHA for 601a5f8
ubuntu/Dockerfile
@@ -5,7 +5,7 @@ ARG MSSQLTOOLS_VERSION=17.4.1.1-1
5
ENV PATH=/opt/mssql-tools/bin:$PATH
6
7
RUN apt-get update \
8
- && apt-get install -y curl apt-transport-https locales gnupg2 \
+ && apt-get install -y curl apt-transport-https locales gnupg2 dos2unix \
9
&& locale-gen "en_US.UTF-8" \
10
&& export `grep "VERSION_ID" /etc/os-release | sed -e 's/^VERSION_ID=\"/VERSION_ID=/' -e 's/\"$//'` \
11
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
0 commit comments