mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +01:00
Updated pdns image
This commit is contained in:
parent
d71c41923a
commit
99f864afde
1 changed files with 12 additions and 12 deletions
|
@ -1,20 +1,20 @@
|
||||||
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 \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
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 \
|
||||||
PDNS_launch=gmysql
|
PDNS_launch=gmysql
|
||||||
|
|
||||||
EXPOSE 53 53/udp
|
EXPOSE 53 53/udp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue