Skip to content

Commit

Permalink
add gnupg2
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Oct 30, 2024
1 parent 9bd5240 commit de5da7a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docker-bits/0_cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion docker-bits/0_cpu_sas.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion output/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down
3 changes: 2 additions & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN apt-get update --yes \
#

RUN apt-get update --yes \
&& sudo apt-get -y install gnupg
&& sudo apt-get -y install gnupg \
&& apt-get -y install gnupg2

RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/mssql.gpg
RUN curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
Expand Down

0 comments on commit de5da7a

Please sign in to comment.