Skip to content

Commit f1b0270

Browse files
gorbak25zdykstra
authored andcommitted
Include cryptsetup in containarized builds
Closes #291
1 parent fd52d7c commit f1b0270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releng/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN echo "ignorepkg=linux" > /etc/xbps.d/10-nolinux.conf \
2020
# Install components necessary to build the image
2121
RUN xbps-query -Rp run_depends zfsbootmenu | xargs xbps-install -y
2222
RUN xbps-install -y linux5.10 linux5.10-headers \
23-
zfs gummiboot-efistub curl yq-go bash kbd terminus-font dracut mkinitcpio
23+
zfs gummiboot-efistub curl yq-go bash kbd terminus-font dracut mkinitcpio cryptsetup
2424

2525
# Remove headers and massive dkms development toolchain; binutils
2626
# provides objcopy, which is necessary for UEFI bundle creation

releng/docker/image-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ buildah run "${container}" \
4949
buildah run "${container}" xbps-install -y \
5050
linux5.10 linux5.10-headers gummiboot-efistub curl yq-go bash kbd terminus-font \
5151
dracut mkinitcpio dracut-network gptfdisk iproute2 iputils parted curl \
52-
dosfstools e2fsprogs efibootmgr
52+
dosfstools e2fsprogs efibootmgr cryptsetup
5353

5454
# Remove headers and development toolchain, but keep binutils for objcopy
5555
buildah run "${container}" sh -c 'echo "ignorepkg=dkms" > /etc/xbps.d/10-nodkms.conf'

0 commit comments

Comments
 (0)