Use gnupg v1 for aptly compatibility

This commit is contained in:
2018-05-15 08:57:00 +02:00
parent f3782e5035
commit a4bdd2f1dc
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM debian:stretch
MAINTAINER Benjamin Bohard
RUN apt update && apt install -y ca-certificates gnupg && apt clean
RUN apt update && apt install -y ca-certificates gnupg1 && apt clean
COPY aptly.sources.list /etc/apt/sources.list.d/aptly.list
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys ED75B5A4483DA07C
RUN apt update && apt install -y aptly && apt clean