We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b561f64 commit f0fd76dCopy full SHA for f0fd76d
1 file changed
Dockerfile
@@ -2,11 +2,11 @@ FROM debian:bullseye
2
3
RUN apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive \
5
- apt-get install -y --no-install-recommends pdns-server pdns-backend-pgsql \
+ apt-get install -y --no-install-recommends pdns-server=4.3.1-2 pdns-backend-pgsql=4.3.1-2 \
6
&& rm -rf /etc/powerdns/pdns.d/* /var/lib/apt/lists/*
7
8
-ADD pdns.conf /etc/powerdns/
9
-ADD init /sbin/
+COPY pdns.conf /etc/powerdns/
+COPY init /sbin/
10
11
EXPOSE 53/tcp 53/udp
12
0 commit comments