Bump fedora from 34 to 35 in /pdns-admin-base-ngoduykhanh (#66)

* Bump fedora from 34 to 35 in /pdns-admin-base-ngoduykhanh

Bumps fedora from 34 to 35.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix python deps

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Schiffer <3899107+pschiffe@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-25 16:55:58 +01:00 committed by GitHub
parent 00acc7e4e8
commit cdcf6031bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM fedora:34 FROM fedora:35
RUN curl -sSL -o /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo \ RUN curl -sSL -o /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo \
&& dnf -y --setopt=install_weak_deps=False install \ && dnf -y --setopt=install_weak_deps=False install \
@ -20,7 +20,7 @@ RUN mkdir -p /opt/powerdns-admin \
WORKDIR /opt/powerdns-admin WORKDIR /opt/powerdns-admin
RUN pip3 install --no-cache-dir envtpl python-dotenv \ RUN pip3 install --no-cache-dir 'Jinja2<3.1' envtpl python-dotenv 'itsdangerous<2.1' \
&& pip3 install -r requirements.txt --no-cache-dir && pip3 install -r requirements.txt --no-cache-dir
ENV FLASK_APP=/opt/powerdns-admin/powerdnsadmin/__init__.py ENV FLASK_APP=/opt/powerdns-admin/powerdnsadmin/__init__.py