Skip to content

Commit

Permalink
Update key server for r-project
Browse files Browse the repository at this point in the history
  • Loading branch information
XU-Nuo authored Jun 30, 2021
1 parent 3eb1b75 commit a85dd49
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 @@ -19,7 +19,7 @@ RUN apt update && apt install -y --force-yes \
ca-certificates \
software-properties-common \
gnupg2
RUN apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF'
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF'
RUN add-apt-repository 'deb http://cloud.r-project.org/bin/linux/debian buster-cran40/'
RUN apt update && apt install -y --force-yes \
autoconf \
Expand Down

0 comments on commit a85dd49

Please sign in to comment.