Unify ENV command in Dockerfiles (#2135)

This commit is contained in:
Ayaz Salikhov
2024-08-14 15:36:38 +01:00
committed by GitHub
parent a966c0a941
commit 4d4ed0e0bf
8 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root
ENV MSSQL_DRIVER "ODBC Driver 18 for SQL Server"
ENV MSSQL_DRIVER="ODBC Driver 18 for SQL Server"
ENV PATH="/opt/mssql-tools18/bin:${PATH}"
RUN apt-get update --yes && \