Compare commits
2 Commits
55559bbdef
...
a794d00e2f
Author | SHA1 | Date |
---|---|---|
|
a794d00e2f | |
|
147ebbce45 |
|
@ -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 \
|
||||
dnf install -y \
|
||||
--setopt=install_weak_deps=0 \
|
||||
bind-utils \
|
||||
less \
|
||||
openssh-clients \
|
||||
rsync \
|
||||
|
|
Loading…
Reference in New Issue