CI: add Fedora 37

This commit is contained in:
Christian Kreibich 2022-11-27 19:31:09 -08:00
parent 0e97c29eb8
commit 417ff10a0a
2 changed files with 38 additions and 0 deletions

31
ci/fedora-37/Dockerfile Normal file
View file

@ -0,0 +1,31 @@
FROM fedora:37
# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20221127
RUN dnf -y install \
bison \
ccache \
cmake \
diffutils \
findutils \
flex \
gcc \
gcc-c++ \
git \
libpcap-devel \
make \
openssl \
openssl-devel \
procps-ng \
python3 \
python3-devel \
python3-pip\
sqlite \
swig \
which \
zlib-devel \
&& dnf clean all && rm -rf /var/cache/dnf
RUN pip3 install websockets junit2html