Skip to content

Commit

Permalink
Updated dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Dec 17, 2024
1 parent da7332d commit 7d8d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_singleuser
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
RUN apt-get update && apt-get upgrade -y

# Microsoft repos
RUN curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/packages.microsoft.gpg
RUN wget -q -O- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/packages.microsoft.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list >> /etc/apt/sources.list.d/mssql-release.list
RUN echo "deb [arch=arm64] https://packages.microsoft.com/ubuntu/22.04/prod jammy main" | tee -a /etc/apt/sources.list

Expand Down

0 comments on commit 7d8d2e0

Please sign in to comment.