1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-12 07:02:47 +02:00

fix opensnitchd & richochet

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-03 20:32:22 -05:00
parent 03d4cfa635
commit 1d2ad72709
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 8 additions and 2 deletions
opensnitchd
ricochet

@ -7,7 +7,10 @@
# #
FROM debian:sid FROM debian:sid
RUN apt-get update && apt-get install -y \ ENV DEBIAN_FRONTEND noninteractive
RUN mkdir -p /etc/xdg/QtProject && \
apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
iptables \ iptables \
libcap2 \ libcap2 \

@ -12,7 +12,10 @@
FROM debian:sid FROM debian:sid
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ ENV DEBIAN_FRONTEND noninteractive
RUN mkdir -p /etc/xdg/QtProject && \
apt-get update && apt-get install -y \
dirmngr \ dirmngr \
gnupg \ gnupg \
libasound2 \ libasound2 \