Update importing key (#10)

Update importing key that is used to sign the release from keyserver.ubuntu.com. #7
This commit is contained in:
Marc LaBelle 2022-08-24 13:21:20 -04:00 committed by GitHub
parent 4f033498db
commit 90d72a3474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ apt-get clean
# Instructions from: http://www.aptly.info/download/ # Instructions from: http://www.aptly.info/download/
RUN echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list && \ RUN echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list && \
apt-key adv --keyserver keys.gnupg.net --recv-keys 9C7DE460 && \ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A0546A43624A8331 && \
apt-get update && \ apt-get update && \
apt-get install aptly ca-certificates -y && \ apt-get install aptly ca-certificates -y && \
apt-get clean apt-get clean