mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update CentOS CI Dockerfiles to fix git/diff dependencies
This commit is contained in:
parent
2b3d216c97
commit
5ff44989c4
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM centos:7
|
|||
RUN yum -y install \
|
||||
https://repo.ius.io/ius-release-el7.rpm \
|
||||
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
|
||||
&& yum -y install git2u \
|
||||
&& yum -y install git224 \
|
||||
&& yum clean all && rm -rf /var/cache/yum
|
||||
|
||||
RUN yum -y install \
|
||||
|
|
|
@ -23,6 +23,7 @@ RUN dnf -y update && dnf -y install \
|
|||
zlib-devel \
|
||||
libsqlite3x-devel \
|
||||
findutils \
|
||||
diffutils \
|
||||
which \
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue