Update Dockerfile-70

fixes a built crash because of an unexpected &&
This commit is contained in:
Crispy 2017-04-12 10:17:06 +02:00 committed by GitHub
parent 43e2b3e403
commit 603207cc2b

View File

@ -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