mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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
|
||||
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user