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

This commit is contained in:
Szwendacz 2024-03-14 13:01:48 +01:00 committed by Maciej Lebiest
parent 5e1e39d123
commit 74c6acc044
2 changed files with 9 additions and 16 deletions

View file

@ -1,8 +1,7 @@
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 install -y tor nyx util-linux && \
dnf5 clean all
COPY torrc.conf /torrc