Skip to content

Commit

Permalink
Updated pdns image
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schiffer committed Aug 21, 2017
1 parent d71c419 commit 99f864a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pdns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
FROM fedora:24
FROM fedora:26
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>

RUN dnf -y --setopt=tsflags=nodocs install \
pdns \
pdns-backend-mysql \
mariadb \
&& dnf clean all
RUN dnf -y install \
pdns \
pdns-backend-mysql \
mariadb \
&& dnf clean all

RUN pip3 install envtpl \
&& rm -rf ~/.cache/*
&& rm -rf ~/.cache/*

ENV VERSION=4.0.1 \
PDNS_guardian=yes \
PDNS_setuid=pdns \
PDNS_setgid=pdns \
PDNS_launch=gmysql
ENV VERSION=4.0.4 \
PDNS_guardian=yes \
PDNS_setuid=pdns \
PDNS_setgid=pdns \
PDNS_launch=gmysql

EXPOSE 53 53/udp

Expand Down

0 comments on commit 99f864a

Please sign in to comment.