Skip to content

Commit

Permalink
update public key for installing R in docker (#6116)
Browse files Browse the repository at this point in the history
* use the longer form of the key name when installing R in the docker
  • Loading branch information
SHuang-Broad authored and lbergelson committed Aug 26, 2019
1 parent bbba2e0 commit 6b6e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/gatkbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/

RUN java -version

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 && \
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 && \
add-apt-repository "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" && \
apt-get update && \
apt-get install -y --force-yes \
Expand Down

0 comments on commit 6b6e2bd

Please sign in to comment.