Added cryptsetup-bin to the Dockerfile since veritysetup is now required for image creation

This commit is contained in:
David McKinney 2019-01-02 11:29:14 -05:00
parent 7dea03ba3d
commit 227ced177f

View File

@ -28,7 +28,8 @@ RUN apt update && apt install -y gawk \
nano \
sudo \
debootstrap \
inkscape
inkscape \
cryptsetup-bin
# python
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen