Update Dockerfile

Building the image fails as pinentry doesn't exist in the repository, only pinentry-curses. Image building works w/ only pinentry-curses.
This commit is contained in:
Jens Rischbieth 2022-07-20 16:36:46 -04:00 committed by Jaromil
parent 3b44a6be3a
commit 8782dab9ed

View File

@ -1,7 +1,7 @@
## ##
# gregtzar/tomb # gregtzar/tomb
# #
# This creates an Ubuntu derived base image and installs the tomb libarary # This creates an Ubuntu derived base image and installs the tomb library
# along with it's dependencies. # along with it's dependencies.
FROM dyne/devuan:chimaera FROM dyne/devuan:chimaera
@ -19,7 +19,7 @@ RUN apt-get update -y && \
zsh \ zsh \
gnupg \ gnupg \
cryptsetup \ cryptsetup \
pinentry pinentry-curses \ pinentry-curses \
file xxd \ file xxd \
steghide \ steghide \
mlocate \ mlocate \