mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix dirmngr
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
cfd9f6181e
commit
41a1a30006
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -16,6 +16,7 @@ ENV TOR_FINGERPRINT 0xB01C8B006DA77FAA
|
|||
RUN apt-get update && apt-get -y install \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dirmngr \
|
||||
gnupg \
|
||||
gxmessage \
|
||||
libasound2 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user