zeek/ci/alpine/Dockerfile
2021-03-30 17:18:52 -07:00

23 lines
291 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
cmake \
make \
g++ \
python3 \
python3-dev \
flex \
bison \
libpcap-dev \
openssl-dev \
zlib-dev \
swig \
bash \
bsd-compat-headers \
linux-headers \
fts-dev \
git \
curl \
py3-pip
RUN pip3 install junit2html