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
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,10 @@
#
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 \
iptables \
libcap2 \

View File

@@ -12,7 +12,10 @@
FROM debian:sid
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 \
gnupg \
libasound2 \