Skip to content

Commit

Permalink
Install cryptsetup also on opensuse rpi (#1782)
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored Aug 31, 2023
1 parent 6772a6e commit 68ae2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.opensuse-leap
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN zypper in --force-resolution -y \
bash-completion \
conntrack-tools \
coreutils \
cryptsetup \
curl \
device-mapper \
dhcp-client \
Expand Down Expand Up @@ -72,7 +73,6 @@ RUN zypper in --force-resolution -y \
###############################################################
FROM common AS generic
RUN zypper in --force-resolution -y \
cryptsetup \
grub2-i386-pc \
grub2-x86_64-efi \
kernel-firmware-all \
Expand Down

0 comments on commit 68ae2ac

Please sign in to comment.