cryptsetup
Manage plain dm-crypt and LUKS (Linux Unified Key Setup) encrypted volumes. More information: <https://gitlab.com/cryptsetup/cryptsetup/>.
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN apk add cryptsetup
RUN pacman -S --noconfirm cryptsetup
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN yum install -y cryptsetup
RUN dnf install -y cryptsetup
RUN apt-get update && \
apt-get install -y cryptsetup-bin