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:
parent
03d4cfa635
commit
1d2ad72709
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user