[CI] Rotate package repository keys (#7943) (#7978)

Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
Jiaming Yuan
2022-06-07 00:00:54 +08:00
committed by GitHub
parent 5d92a7d936
commit eefa1ddd8a
9 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install all basic requirements
RUN \
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub && \
apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:openjdk-r/ppa && \