Skip to content

Commit

Permalink
containerfile: f41 comes with dnf5 in minimal container
Browse files Browse the repository at this point in the history
  • Loading branch information
zdzichu committed Nov 22, 2024
1 parent a48e1ce commit a4b17db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM registry.fedoraproject.org/fedora-minimal:41

RUN microdnf install --assumeyes \
RUN dnf install --assumeyes \
ansible \
ansible-collection-kubernetes-core \
python3-paramiko \
python3-kubernetes \
python3-jmespath \
&& microdnf clean all
&& dnf clean all

# needed for ansible getuser() workaround
RUN chmod a+w /etc/passwd
Expand Down

0 comments on commit a4b17db

Please sign in to comment.