Install gpg-agent to the Dockefile

This commit is contained in:
Ondřej Surý
2022-06-15 16:59:00 +02:00
parent dc6aedca0b
commit c16cc0b1d8

View File

@@ -9,7 +9,7 @@ ARG DEB_VERSION=1:9.19.2-1+ubuntu22.04.1+isc+1
# Install add-apt-repository command
RUN apt-get -qqqy update
RUN apt-get -qqqy dist-upgrade
RUN apt-get -qqqy install --no-install-recommends apt-utils software-properties-common dctrl-tools
RUN apt-get -qqqy install --no-install-recommends apt-utils software-properties-common dctrl-tools gpg-agent
# Add the BIND 9 APT Repository
RUN add-apt-repository -y ppa:isc/bind-dev