File tree Expand file tree Collapse file tree
samples/development-frameworks/SqlServerOnDocker/docker Expand file tree Collapse file tree Original file line number Diff line number Diff 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
88RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
99RUN 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
1411RUN apt-get install -y locales \
1512 && 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
1010RUN apt-get update
1111RUN ACCEPT_EULA=Y apt-get install -y \
1212 msodbcsql \
13- # mssql-tools \
1413 unixodbc-dev
1514
1615# python part of the game
You can’t perform that action at this time.
0 commit comments