Skip to content

Commit

Permalink
fix missing gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpitangui committed Oct 1, 2024
1 parent c869ef1 commit fd01be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses=MIT
USER root
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y update && \
apt-get install -yq curl apt-transport-https && \
apt-get install -yq curl apt-transport-https gnupg && \
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
curl https://packages.microsoft.com/config/ubuntu/22.04/mssql-server-2022.list | tee /etc/apt/sources.list.d/mssql-server.list && \
apt-get update && \
Expand Down

0 comments on commit fd01be9

Please sign in to comment.