File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ RUN tdnf clean all
13
13
RUN tdnf repolist --refresh
14
14
RUN ACCEPT_EULA=Y tdnf update -y
15
15
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
+
16
20
# Install latest Azure CLI package. CLI team drops latest (pre-release) package here prior to public release
17
21
# We don't support using this location elsewhere - it may be removed or updated without notice
18
22
RUN wget https://azurecliprod.blob.core.windows.net/cloudshell-release/azure-cli-latest-mariner2.0.rpm \
Original file line number Diff line number Diff line change @@ -356,9 +356,6 @@ fincore
356
356
find
357
357
findfs
358
358
findmnt
359
- fish
360
- fish_indent
361
- fish_key_reader
362
359
flock
363
360
fmt
364
361
fold
You can’t perform that action at this time.
0 commit comments