]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docker: apt does not have a stable cli 10679/head
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 29 Aug 2021 15:24:14 +0000 (11:24 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 29 Aug 2021 15:24:14 +0000 (11:24 -0400)
Dockerfile-auth
Dockerfile-dnsdist
Dockerfile-recursor

index 2cb17cca3dc9dc01d0abf6c69d46d50729c8c4fb..8ba2945f4970f417bfe186a58d85705a1cd1a122 100644 (file)
@@ -81,7 +81,7 @@ RUN chmod 1777 /tmp # FIXME: better not use /build/tmp for equivs at all
 RUN setcap 'cap_net_bind_service=+eip' /usr/local/sbin/pdns_server
 
 # Ensure dependencies are present
-RUN apt install -y /tmp/equivs-dummy_1.0_all.deb && apt clean
+RUN apt-get install -y /tmp/equivs-dummy_1.0_all.deb && apt-get clean
 
 # Start script
 COPY dockerdata/startup.py /usr/local/sbin/pdns_server-startup
index 521bc173dbd931de3a80001492c97988f55e4a07..4869241ace5f53ea7830ac081911e1f6066268ee 100644 (file)
@@ -77,7 +77,7 @@ RUN chmod 1777 /tmp # FIXME: better not use /build/tmp for equivs at all
 RUN setcap 'cap_net_bind_service=+eip' /usr/local/bin/dnsdist
 
 # Ensure dependencies are present
-RUN apt install -y /tmp/equivs-dummy_1.0_all.deb && apt clean
+RUN apt-get install -y /tmp/equivs-dummy_1.0_all.deb && apt-get clean
 
 # Config
 RUN mkdir -p /etc/dnsdist/conf.d /etc/dnsdist/templates.d
index beee2fd9efe20a5d9bcf64a1b14f8b6d9b8d9477..e26fb31343f8bb4f06b53ce49b69e02969f23eae 100644 (file)
@@ -80,7 +80,7 @@ RUN chmod 1777 /tmp # FIXME: better not use /build/tmp for equivs at all
 RUN setcap 'cap_net_bind_service=+eip' /usr/local/sbin/pdns_recursor
 
 # Ensure dependencies are present
-RUN apt install -y /tmp/equivs-dummy_1.0_all.deb && apt clean
+RUN apt-get install -y /tmp/equivs-dummy_1.0_all.deb && apt-get clean
 
 # Start script
 COPY dockerdata/startup.py /usr/local/sbin/pdns_recursor-startup