Add Fedora 35 to CI

This commit is contained in:
Christian Kreibich 2021-11-03 13:40:22 -07:00
parent a23a4c7d66
commit f7d18eeb9e
2 changed files with 30 additions and 0 deletions

View file

@ -93,6 +93,13 @@ env:
# Linux EOL timelines: https://linuxlifecycle.com/
# Fedora (~13 months): https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle
fedora35_task:
container:
# Fedora 35 EOL: Around Dec 2022
dockerfile: ci/fedora-35/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
fedora34_task:
container:
# Fedora 34 EOL: Around May 2022

23
ci/fedora-35/Dockerfile Normal file
View file

@ -0,0 +1,23 @@
FROM fedora:35
RUN dnf -y install \
bison \
cmake \
diffutils \
findutils \
flex \
git \
gcc \
gcc-c++ \
libpcap-devel \
make \
openssl-devel \
python3-devel \
python3-pip\
sqlite \
swig \
which \
zlib-devel \
&& dnf clean all && rm -rf /var/cache/dnf
RUN pip3 install junit2html