Skip to content

Commit

Permalink
Pin versions of ODBC packages in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Feb 15, 2023
1 parent 31fb57e commit 58a26b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/crate.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ RUN echo "======================================================================
msodbcsql17 \
mssql-tools \
libgssapi-krb5-2 \
unixodbc unixodbc-dev \
unixodbc-dev=2.3.7 unixodbc=2.3.7 odbcinst1debian2=2.3.7 odbcinst=2.3.7 \
&& echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile \
&& echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc \
\
Expand Down

0 comments on commit 58a26b0

Please sign in to comment.