Skip to content

Commit

Permalink
Fix MSSQL install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Dec 23, 2024
1 parent d81e48b commit f563d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.g3wsuite-deps.ltr.mssql.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN curl -sS https://download.qgis.org/downloads/qgis-archive-keyring.gpg > /etc

# MSSQL
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add && \
echo "deb https://packages.microsoft.com/ubuntu/24.04/prod jammy main" >> /etc/apt/sources.list && \
apt update && ACCEPT_EULA=Y apt install -y msodbcsql18 mssql-tools
echo "deb https://packages.microsoft.com/ubuntu/24.04/prod noble main" >> /etc/apt/sources.list && \
apt update && ACCEPT_EULA=Y apt install -y msodbcsql18 mssql-tools18

# Yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down

0 comments on commit f563d03

Please sign in to comment.