Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion podman/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG FLAVOR=stable
RUN echo -e "\n\n# Added during image build" >> /etc/dnf/dnf.conf && \
echo -e "minrate=100\ntimeout=60\n" >> /etc/dnf/dnf.conf

ARG INSTALL_RPMS="podman fuse-overlayfs openssh-clients ucpp"
ARG INSTALL_RPMS="fuse-overlayfs jq openssh-clients podman ucpp"

# Don't include container-selinux and remove
# directories used by dnf that are just taking
Expand Down