mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Improve arm build time for Fedora
For some reason, openh264 repo is causing delays on arm in Github actions.
This commit is contained in:
parent
08ed6b10d1
commit
4754e76ce7
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM fedora:39
|
|||
|
||||
RUN echo 'install_weak_deps=False' >> /etc/dnf/dnf.conf \
|
||||
&& echo 'assumeyes=True' >> /etc/dnf/dnf.conf \
|
||||
&& sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-cisco-openh264.repo \
|
||||
&& dnf --refresh upgrade \
|
||||
&& dnf install pdns-recursor \
|
||||
&& dnf clean all
|
||||
|
|
|
@ -2,6 +2,7 @@ FROM fedora:39
|
|||
|
||||
RUN echo 'install_weak_deps=False' >> /etc/dnf/dnf.conf \
|
||||
&& echo 'assumeyes=True' >> /etc/dnf/dnf.conf \
|
||||
&& sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-cisco-openh264.repo \
|
||||
&& dnf --refresh upgrade \
|
||||
&& dnf install \
|
||||
hostname \
|
||||
|
|
Loading…
Reference in a new issue