Revert "Latest jinja2 breaks envtpl"

envtpl has been updated to work with the latest jinja2

This reverts commit 72a9919cec.
This commit is contained in:
Peter Schiffer 2023-04-21 18:51:25 +02:00
parent 73fad4b9f5
commit 3eb84f8573
4 changed files with 4 additions and 4 deletions

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \