Skip to content

Commit

Permalink
Merge f400721 into 5536623
Browse files Browse the repository at this point in the history
  • Loading branch information
pasibonfire committed Apr 20, 2018
2 parents 5536623 + f400721 commit 86bf73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -17,9 +17,9 @@ ENV LC_ALL en_US.UTF-8
RUN apt-get update && apt-get install -y --no-install-recommends apt-transport-https

RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
&& curl https://packages.microsoft.com/config/debian/8/prod.list | tee -a /etc/apt/sources.list.d/mssql-release.list \
&& curl https://packages.microsoft.com/config/debian/9/prod.list | tee -a /etc/apt/sources.list.d/mssql-release.list \
&& apt-get update \
&& ACCEPT_EULA=Y apt-get install msodbcsql -y \
&& ACCEPT_EULA=Y apt-get install msodbcsql17 -y \
&& apt-get install unixodbc-dev -y

# --- APP INSTALL ---
Expand Down

0 comments on commit 86bf73d

Please sign in to comment.