Skip to content

Commit c260be7

Browse files
authored
Modify msodbcsql and mssql-tools version for compliance (#282)
* Update tools.Dockerfile * Update command_list
1 parent fa49ad7 commit c260be7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

linux/tools.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ RUN tdnf clean all
1313
RUN tdnf repolist --refresh
1414
RUN ACCEPT_EULA=Y tdnf update -y
1515

16+
RUN tdnf remove -y msodbcsql17 mssql-tools
17+
RUN ACCEPT_EULA=Y tdnf install -y msodbcsql18 mssql-tools18
18+
ENV PATH $PATH:/opt/mssql-tools18/bin
19+
1620
# Install latest Azure CLI package. CLI team drops latest (pre-release) package here prior to public release
1721
# We don't support using this location elsewhere - it may be removed or updated without notice
1822
RUN wget https://azurecliprod.blob.core.windows.net/cloudshell-release/azure-cli-latest-mariner2.0.rpm \

tests/command_list

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ fincore
356356
find
357357
findfs
358358
findmnt
359-
fish
360-
fish_indent
361-
fish_key_reader
362359
flock
363360
fmt
364361
fold

0 commit comments

Comments
 (0)