Skip to content

Commit

Permalink
fix opensnitchd & richochet
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Feb 4, 2018
1 parent 03d4cfa commit 1d2ad72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion opensnitchd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 4 additions & 1 deletion ricochet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
FROM debian:sid
LABEL maintainer "Jessie Frazelle <[email protected]>"

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 \
Expand Down

0 comments on commit 1d2ad72

Please sign in to comment.