mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
fix opensnitchd & richochet
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user