fix dirmngr

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-09-30 20:12:42 -07:00
parent cfd9f6181e
commit 41a1a30006
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
6 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
dirmngr \
gnupg \
--no-install-recommends

View File

@ -11,6 +11,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
dirmngr \
gnupg \
libasound2 \
libdbus-glib-1-2 \

View File

@ -11,6 +11,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
dirmngr \
gnupg \
libasound2 \
libdbus-glib-1-2 \

View File

@ -11,6 +11,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
dirmngr \
gnupg \
libasound2 \
libdbus-glib-1-2 \

View File

@ -16,6 +16,7 @@ ENV TOR_FINGERPRINT 0xB01C8B006DA77FAA
RUN apt-get update && apt-get -y install \
ca-certificates \
curl \
dirmngr \
gnupg \
gxmessage \
libasound2 \

View File

@ -29,7 +29,7 @@
# rm -rf /usr/share/virtualbox
# rm vboxdrv
#
FROM debian:stretch
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \