Replace temporary archive key with devuan-keyring package

This commit is contained in:
Olaf Meeuwissen 2017-08-08 06:13:52 +09:00
parent da1586ef3d
commit 91e10f17ee
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ RUN url=http://auto.mirror.devuan.org/merged \
&& (rm /etc/apt/sources.list.d/* || true) \
&& apt-key add /tmp/repository@devuan.org.asc \
&& apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install devuan-keyring -q -y \
&& apt-key --keyring /etc/apt/trusted.gpg del 541922FB \
&& (rm /etc/apt/trusted.gpg~ || true) \
&& DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -q -y \
&& DEBIAN_FRONTEND=noninteractive apt-get --purge autoremove -q -y \
&& rm /var/lib/apt/lists/*_*