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

Fedora 35 doesn't include uwsgi package (it was orphaned).

This reverts commit 88ffcb3366.
This commit is contained in:
Peter Schiffer 2021-12-01 15:10:08 +01:00
parent 88ffcb3366
commit 64b7d0840b
No known key found for this signature in database
GPG key ID: 6CCC5046E2B0B44B

View file

@ -1,4 +1,4 @@
FROM fedora:35 FROM fedora:34
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 \