mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Minor Fedora 32/33 updates in CI
- Switch Fedora package management from yum to dnf, the default - Minimize set of requested RPMs
This commit is contained in:
parent
23b0567e62
commit
a9545c0378
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:32
|
||||
|
||||
RUN yum -y install \
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
cmake \
|
||||
diffutils \
|
||||
|
@ -11,15 +11,13 @@ RUN yum -y install \
|
|||
gcc-c++ \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
swig \
|
||||
which \
|
||||
zlib-devel \
|
||||
&& yum clean all && rm -rf /var/cache/yum
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
RUN pip3 install junit2html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:33
|
||||
|
||||
RUN yum -y install \
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
cmake \
|
||||
diffutils \
|
||||
|
@ -11,15 +11,13 @@ RUN yum -y install \
|
|||
gcc-c++ \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
swig \
|
||||
which \
|
||||
zlib-devel \
|
||||
&& yum clean all && rm -rf /var/cache/yum
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
RUN pip3 install junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue