File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER Fabian Grutschus "f.grutschus@lubyte"
44
55RUN apt-get update
66
7- RUN apt-get install -y curl apt-transport-https
7+ RUN apt-get install -y curl apt-transport-https locales
88
99ENV ACCEPT_EULA=Y
1010
@@ -13,9 +13,9 @@ RUN locale-gen "en_US.UTF-8"
1313RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
1414 && curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list | tee /etc/apt/sources.list.d/msprod.list \
1515 && apt-get update \
16- && apt-get install -y mssql-tools unixodbc-dev-utf16 \
17- && ln -sfn /opt/mssql-tools/bin/sqlcmd-13.0.1.0 /usr/bin/sqlcmd \
18- && ln -sfn /opt/mssql-tools/bin/bcp-13.0.1.0 /usr/bin/bcp
16+ && apt-get install -y mssql-tools unixodbc-dev
17+
18+ ENV PATH /opt/mssql-tools/bin:$PATH
1919
2020RUN apt-get remove -y curl apt-transport-https \
2121 && apt-get autoremove -y \
@@ -24,4 +24,4 @@ RUN apt-get remove -y curl apt-transport-https \
2424
2525ENV LANG="en_US.UTC-8"
2626
27- ENTRYPOINT ["/usr/bin/ sqlcmd" ]
27+ ENTRYPOINT ["sqlcmd" ]
You can’t perform that action at this time.
0 commit comments