This repository was archived by the owner on Jan 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN yum-config-manager --enable extras && \
3434
3535# for last version info : https://packages.microsoft.com/rhel/7/prod/
3636
37- RUN ACCEPT_EULA=Y yum install -y msodbcsql17-17.1 .0.1-1 mssql-tools-17.1 .0.1-1 unixODBC-devel
37+ RUN ACCEPT_EULA=Y yum install -y msodbcsql17-17.2 .0.1-1 mssql-tools-17.2 .0.1-1 unixODBC-devel
3838RUN echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile && \
3939 echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc && \
4040 source ~/.bashrc
@@ -50,4 +50,4 @@ RUN sed -i '/^listen =/c listen = 9000' /etc/opt/remi/php72/php-fpm.d/www.conf
5050RUN sed -i '/^listen.allowed_clients/c;listen.allowed_clients =' /etc/opt/remi/php72/php-fpm.d/www.conf
5151# RUN sed -i '/^php_admin_value\[error_log\]/c php_admin_value[error_log] = /var/log/php-fpm/www-error.log' /etc/opt/remi/php72/php-fpm.d/www.conf
5252# RUN ln -sf /dev/stderr /var/log/php-fpm/error.log
53- CMD ["php-fpm" , "--allow-to-run-as-root" , "--nodaemonize" ]
53+ CMD ["php-fpm" , "--allow-to-run-as-root" , "--nodaemonize" ]
You can’t perform that action at this time.
0 commit comments