Added cryptsetup-bin to the Dockerfile since veritysetup is now required for image creation
This commit is contained in:
parent
7dea03ba3d
commit
227ced177f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user