mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 14:32:57 +00:00
Unify ENV command in Dockerfiles (#2135)
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user