From 4576829bbda36b2f49e718497b78fa93bba54c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 2 Sep 2020 18:59:33 +0200 Subject: [PATCH] Switch to bind-esv repository on v9.11 branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5228200..5252687 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV LC_ALL C.UTF-8 RUN apt-get -qqqy update RUN apt-get -qqqy install apt-utils software-properties-common -RUN add-apt-repository -y ppa:isc/bind +RUN add-apt-repository -y ppa:isc/bind-esv RUN apt-get -qqqy update RUN apt-get -qqqy dist-upgrade RUN apt-get -qqqy install bind9 bind9-utils