envtpl has been updated to work with the latest jinja2

This commit is contained in:
Peter Schiffer 2023-04-21 18:57:16 +02:00
parent 3eb84f8573
commit 594b241621

View file

@ -27,7 +27,7 @@ RUN mkdir -p /opt/powerdns-admin \
WORKDIR /opt/powerdns-admin
RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl python-dotenv 'itsdangerous<2.1' \
RUN pip3 install --no-cache-dir envtpl python-dotenv \
&& pip3 install -r requirements.txt --no-cache-dir
ENV FLASK_APP=/opt/powerdns-admin/powerdnsadmin/__init__.py