Update Dockerfile-70
fixes a built crash because of an unexpected &&
This commit is contained in:
parent
43e2b3e403
commit
603207cc2b
@ -242,7 +242,7 @@ RUN if [ ${MSSQL} = true ]; then \
|
||||
&& ldd lib64/libmsodbcsql-13.0.so.0.0 \
|
||||
&& ./install.sh install --accept-license \
|
||||
&& ls -l /opt/microsoft/msodbcsql/ \
|
||||
&& odbcinst -q -d -n "ODBC Driver 13 for SQL Server" && \
|
||||
&& odbcinst -q -d -n "ODBC Driver 13 for SQL Server" \
|
||||
|
||||
#####################################
|
||||
# Install pdo_dblib
|
||||
|
Loading…
Reference in New Issue
Block a user