[CI] Rotate package repository keys (#7943)

This commit is contained in:
Philip Hyunsu Cho
2022-05-26 17:06:46 -07:00
committed by GitHub
parent 18cbebaeb9
commit 2070afea02
9 changed files with 15 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install all basic requirements
RUN \
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
apt-get update && \
apt-get install -y tar unzip wget git build-essential python3 python3-pip software-properties-common \
apt-transport-https ca-certificates gnupg-agent && \