Added new alpine variants

This commit is contained in:
2020-11-04 23:50:39 -06:00
parent 0cb27de924
commit f9e6a4ffee
11 changed files with 444 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN set -x \
# install the mssql driver.
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
&& curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list \
&& ACCEPT_EULA=Y apt-install libssl1.0.2 msodbcsql17 mssql-tools unixodbc-dev \
&& ACCEPT_EULA=Y apt-install msodbcsql17 mssql-tools unixodbc-dev \
&& echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile \
&& echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc \
&& /bin/bash -c "source ~/.bashrc" \