Install gpg-agent to the Dockefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user