Skip to content
Merged
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 Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/centos-bootc/centos-bootc:stream10@sha256:d1a9fbd49da12d2834106a4f0
RUN dnf config-manager --set-enabled crb && \
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm

RUN dnf -y install btop fastfetch git vim && \
RUN dnf -y install btop fastfetch git vim restic && \
dnf clean all

# Setting up permissions for rootless podman
Expand Down