Skip to content

Commit

Permalink
releng/docker/image-build.sh: install git in standard images
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Nov 20, 2023
1 parent 64cdd81 commit a56ac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/docker/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ buildah run "${host_mounts[@]}" "${container}" \

buildah run "${host_mounts[@]}" "${container}" \
xbps-install -y "${kern_series[@]}" "${kern_headers[@]}" \
zstd gummiboot-efistub curl yq-go bash kbd \
git zstd gummiboot-efistub curl yq-go bash kbd \
dracut mkinitcpio dracut-network gptfdisk iproute2 iputils parted \
curl dosfstools e2fsprogs efibootmgr cryptsetup openssh util-linux kpartx

Expand Down

0 comments on commit a56ac7d

Please sign in to comment.