veritysetup
disk encryption support - command line tools
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN pacman -S --noconfirm veritysetup
RUN apt-get update && \
apt-get install -y cryptsetup-bin
RUN yum install -y veritysetup
RUN dnf install -y veritysetup
RUN apt-get update && \
apt-get install -y cryptsetup-bin