cloud-toolbox: remove oc tool, add openstack dns zone pkg
Some checks failed
Build images / build-images-amd64 (push) Failing after 2m58s
Build images / build-images-arm64 (push) Failing after 4m7s
Build images / update-images-manifests (push) Has been skipped

This commit is contained in:
Szwendacz 2024-03-14 12:30:46 +01:00 committed by Maciej Lebiest
parent 5e1e39d123
commit 4679bc28db
2 changed files with 11 additions and 16 deletions

View file

@ -1,8 +1,8 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora-minimal:rawhide
RUN dnf clean all && \
dnf install -y tor nyx util-linux && \
dnf clean all
RUN dnf5 clean all && \
dnf5 install -y tor nyx util-linux && \
dnf5 clean all
COPY torrc.conf /torrc