mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add CI task for Alpine Linux
This commit is contained in:
parent
3e9ac00f21
commit
3f95abd0dd
2 changed files with 32 additions and 0 deletions
23
ci/alpine/Dockerfile
Normal file
23
ci/alpine/Dockerfile
Normal file
|
@ -0,0 +1,23 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue