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
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
##
# 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.
FROM dyne/devuan:chimaera
@ -19,7 +19,7 @@ RUN apt-get update -y && \
zsh \
gnupg \
cryptsetup \
pinentry pinentry-curses \
pinentry-curses \
file xxd \
steghide \
mlocate \