mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-06 20:19:16 +01:00
udpdates
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
0b7967588e
commit
3f573a21e7
|
@ -3,6 +3,7 @@
|
|||
# -v /etc/localtime:/etc/localtime:ro \
|
||||
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
# -e "DISPLAY=unix${DISPLAY}" \
|
||||
# -v /usr/share/X11:/usr/share/X11:ro \
|
||||
# --net host \
|
||||
# --cap-add NET_ADMIN \
|
||||
# --name opensnitch \
|
||||
|
|
|
@ -8,15 +8,16 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
iptables \
|
||||
libcap \
|
||||
libnetfilter_queue \
|
||||
libnfnetlink \
|
||||
python3 \
|
||||
py3-gobject3 \
|
||||
py3-inotify \
|
||||
py3-qt5 \
|
||||
tcpdump \
|
||||
xtables-addons \
|
||||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing
|
||||
|
||||
ENV XTABLES_LIBDIR "/usr/lib/xtables"
|
||||
|
@ -25,11 +26,9 @@ ENV OPENSNITCH_VERSION master
|
|||
RUN buildDeps=' \
|
||||
build-base \
|
||||
git \
|
||||
libc-dev \
|
||||
libcap-dev \
|
||||
libnetfilter_queue-dev \
|
||||
libnfnetlink-dev \
|
||||
musl-dev \
|
||||
python3-dev \
|
||||
' \
|
||||
set -x \
|
||||
|
|
Loading…
Reference in New Issue
Block a user