mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-10 18:57:56 +01:00
Revert "Latest jinja2 breaks envtpl"
envtpl has been updated to work with the latest jinja2
This reverts commit 72a9919cec
.
This commit is contained in:
parent
73fad4b9f5
commit
3eb84f8573
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ RUN dnf -y --setopt=install_weak_deps=False install \
|
|||
python3-setuptools \
|
||||
&& dnf clean all
|
||||
|
||||
RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl
|
||||
RUN pip3 install --no-cache-dir envtpl
|
||||
|
||||
RUN mkdir -p /etc/pdns-recursor/api.d \
|
||||
&& chown -R pdns-recursor: /etc/pdns-recursor/api.d \
|
||||
|
|
|
@ -5,7 +5,7 @@ RUN apk add --no-cache \
|
|||
py3-pip \
|
||||
python3
|
||||
|
||||
RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl
|
||||
RUN pip3 install --no-cache-dir envtpl
|
||||
|
||||
RUN mkdir -p /etc/pdns/api.d \
|
||||
&& chown -R recursor: /etc/pdns/api.d \
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
|
|||
python3-setuptools \
|
||||
&& dnf clean all
|
||||
|
||||
RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl
|
||||
RUN pip3 install --no-cache-dir envtpl
|
||||
|
||||
ENV VERSION=4.7 \
|
||||
PDNS_guardian=yes \
|
||||
|
|
|
@ -8,7 +8,7 @@ RUN apk add --no-cache \
|
|||
py3-pip \
|
||||
python3
|
||||
|
||||
RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl
|
||||
RUN pip3 install --no-cache-dir envtpl
|
||||
|
||||
ENV VERSION=4.7 \
|
||||
PDNS_guardian=yes \
|
||||
|
|
Loading…
Reference in a new issue