Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin a794d00e2f Update to Fedora 42
ContainerImages/dch-debug/pipeline/head This commit looks good Details
2025-07-05 20:42:18 -05:00
Dustin 147ebbce45 Install bind-utils
For testing DNS
2025-07-05 20:41:51 -05:00
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
FROM registry.fedoraproject.org/fedora:40 # vim: set sw=4 ts=4 sts=4 noet :
FROM registry.fedoraproject.org/fedora:42
RUN --mount=type=cache,target=/var/cache \ RUN --mount=type=cache,target=/var/cache \
dnf install -y \ dnf install -y \
--setopt=install_weak_deps=0 \ --setopt=install_weak_deps=0 \
bind-utils \
less \ less \
openssh-clients \ openssh-clients \
rsync \ rsync \