mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +00:00
specify version of odbc libraries
This commit is contained in:
parent
758fbc8a75
commit
a006e49881
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get update \
|
||||||
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
|
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
|
||||||
&& curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > /etc/apt/sources.list.d/mssql-release.list \
|
&& curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list > /etc/apt/sources.list.d/mssql-release.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& ACCEPT_EULA=Y apt-get install -y unixodbc-dev msodbcsql17
|
&& ACCEPT_EULA=Y apt-get install -y unixodbc-dev=2.3.7 unixodbc=2.3.7 odbcinst1debian2=2.3.7 odbcinst=2.3.7 msodbcsql17
|
||||||
|
|
||||||
# set PHP version
|
# set PHP version
|
||||||
RUN update-alternatives --set php /usr/bin/php$PHP_VERSION \
|
RUN update-alternatives --set php /usr/bin/php$PHP_VERSION \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue