File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
samples/development-frameworks/SqlServerOnDocker/docker Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ RUN apt-get update && apt-get install -y \
7
7
# https://docs.microsoft.com/en-us/sql/connect/odbc/linux/installing-the-microsoft-odbc-driver-for-sql-server-on-linux
8
8
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
9
9
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
13
10
14
11
RUN apt-get install -y locales \
15
12
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ RUN curl https://packages.microsoft.com/config/ubuntu/16.04/prod.list > /etc/apt
10
10
RUN apt-get update
11
11
RUN ACCEPT_EULA=Y apt-get install -y \
12
12
msodbcsql \
13
- # mssql-tools \
14
13
unixodbc-dev
15
14
16
15
# python part of the game
You can’t perform that action at this time.
0 commit comments