mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-10 18:57:56 +01:00
envtpl has been updated to work with the latest jinja2
This commit is contained in:
parent
3eb84f8573
commit
594b241621
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue