mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
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:
parent
3b44a6be3a
commit
8782dab9ed
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user