zeek/ci/centos-stream-8/Dockerfile
Christian Kreibich 23b0567e62 Add CentOS Stream 8 to CI
There's no official Docker image on the Docker Hub, it's on quay.io:
https://quay.io/repository/centos/centos?tab=tags

At the moment, "Stream" and "Stream 8" are synonymous.
2021-02-24 09:50:36 -08:00

23 lines
393 B
Docker

FROM quay.io/centos/centos:stream8
RUN dnf config-manager --set-enabled powertools
RUN dnf -y install \
bison \
cmake \
diffutils \
flex \
git \
gcc \
gcc-c++ \
libpcap-devel \
make \
openssl-devel \
python3-devel \
python3-pip\
sqlite \
swig \
zlib-devel \
&& dnf clean all && rm -rf /var/cache/dnf
RUN pip3 install junit2html