Add CI task for Alpine Linux

This commit is contained in:
Jon Siwek 2021-03-30 16:36:54 -07:00
parent 3e9ac00f21
commit 3f95abd0dd
2 changed files with 32 additions and 0 deletions

23
ci/alpine/Dockerfile Normal file
View 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