Skip to content

Commit 01a7ecf

Browse files
committed
remove mssql-tools from Dockerfile. Latest version of SQL Server on Linux have it already on board.
1 parent 6844e3e commit 01a7ecf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

samples/development-frameworks/SqlServerOnDocker/docker/db/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ RUN apt-get update && apt-get install -y \
77
# https://docs.microsoft.com/en-us/sql/connect/odbc/linux/installing-the-microsoft-odbc-driver-for-sql-server-on-linux
88
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
99
RUN curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
10-
#RUN apt-get update
11-
#RUN ACCEPT_EULA=Y apt-get install -y \
12-
# mssql-tools
1310

1411
RUN apt-get install -y locales \
1512
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \

samples/development-frameworks/SqlServerOnDocker/docker/web/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt
1010
RUN apt-get update
1111
RUN ACCEPT_EULA=Y apt-get install -y \
1212
msodbcsql \
13-
# mssql-tools \
1413
unixodbc-dev
1514

1615
#python part of the game

0 commit comments

Comments
 (0)