Skip to content

Commit

Permalink
add git to containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 4, 2024
1 parent abda1e0 commit 51f8bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN cargo build --release
FROM quay.io/fedora/fedora:40

# Install niceties
RUN dnf install -y python3 python3-pip python3-devel rsync \
RUN dnf install -y python3 python3-pip python3-devel rsync git \
libzstd openssl glib2 ghc-gio ostree skopeo selinux-policy-targeted

# Copy the built binary after installing deps
Expand Down

0 comments on commit 51f8bb6

Please sign in to comment.