mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dirmngr \
|
||||||
gnupg \
|
gnupg \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dirmngr \
|
||||||
gnupg \
|
gnupg \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libdbus-glib-1-2 \
|
libdbus-glib-1-2 \
|
||||||
|
|
|
@ -11,6 +11,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dirmngr \
|
||||||
gnupg \
|
gnupg \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libdbus-glib-1-2 \
|
libdbus-glib-1-2 \
|
||||||
|
|
|
@ -11,6 +11,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dirmngr \
|
||||||
gnupg \
|
gnupg \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libdbus-glib-1-2 \
|
libdbus-glib-1-2 \
|
||||||
|
|
|
@ -16,6 +16,7 @@ ENV TOR_FINGERPRINT 0xB01C8B006DA77FAA
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
dirmngr \
|
||||||
gnupg \
|
gnupg \
|
||||||
gxmessage \
|
gxmessage \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
# rm -rf /usr/share/virtualbox
|
# rm -rf /usr/share/virtualbox
|
||||||
# rm vboxdrv
|
# rm vboxdrv
|
||||||
#
|
#
|
||||||
FROM debian:stretch
|
FROM debian:sid
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user