Skip to content

Commit

Permalink
Merge pull request #3 from 2i2c-org/port-80
Browse files Browse the repository at this point in the history
Reach out to ubuntu keyserver on port 80
  • Loading branch information
yuvipanda authored Dec 16, 2021
2 parents d4308bc + 99b132e commit c1c5513
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 @@ -47,7 +47,7 @@ RUN echo "${LC_ALL} UTF-8" > /etc/locale.gen && \
# littler, r-cran-mgcv, r-cran-survival, r-cran-matrix are specific packages needed
# for apt to actually install the correct version of R 4.0.5
ENV R_VERSION=4.0.5-1.2004.0
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
RUN echo "deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/" > /etc/apt/sources.list.d/cran.list
RUN apt-get update -qq --yes > /dev/null && \
apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit c1c5513

Please sign in to comment.