Use gnupg v1 for aptly compatibility
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user