Updated pdns image

This commit is contained in:
Peter Schiffer 2017-08-21 21:28:23 +02:00
parent d71c41923a
commit 99f864afde

View file

@ -1,7 +1,7 @@
FROM fedora:24 FROM fedora:26
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com> MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>
RUN dnf -y --setopt=tsflags=nodocs install \ RUN dnf -y install \
pdns \ pdns \
pdns-backend-mysql \ pdns-backend-mysql \
mariadb \ mariadb \
@ -10,7 +10,7 @@ RUN dnf -y --setopt=tsflags=nodocs install \
RUN pip3 install envtpl \ RUN pip3 install envtpl \
&& rm -rf ~/.cache/* && rm -rf ~/.cache/*
ENV VERSION=4.0.1 \ ENV VERSION=4.0.4 \
PDNS_guardian=yes \ PDNS_guardian=yes \
PDNS_setuid=pdns \ PDNS_setuid=pdns \
PDNS_setgid=pdns \ PDNS_setgid=pdns \