Update importing key (#10)
Update importing key that is used to sign the release from keyserver.ubuntu.com. #7
This commit is contained in:
parent
4f033498db
commit
90d72a3474
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue