mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Dockerfile changes for consistency with Broker files
This commit is contained in:
parent
2977af93b5
commit
d8df7e9b42
11 changed files with 20 additions and 5 deletions
|
@ -13,12 +13,14 @@ RUN dnf -y install \
|
|||
cmake \
|
||||
diffutils \
|
||||
flex \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
|
|
|
@ -24,12 +24,14 @@ RUN dnf -y --nobest install \
|
|||
cmake \
|
||||
diffutils \
|
||||
flex \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
|
|
|
@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install \
|
|||
wget \
|
||||
xz-utils \
|
||||
ccache \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install a recent CMake to build Spicy.
|
||||
|
|
|
@ -28,6 +28,7 @@ RUN apt-get update && apt-get -y install \
|
|||
curl \
|
||||
wget \
|
||||
xz-utils \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install websockets junit2html
|
||||
|
|
|
@ -32,6 +32,7 @@ RUN apt-get update && apt-get -y install \
|
|||
curl \
|
||||
wget \
|
||||
xz-utils \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Recent CMake.
|
||||
|
|
|
@ -32,13 +32,14 @@ RUN apt-get update && apt-get -y install \
|
|||
curl \
|
||||
wget \
|
||||
xz-utils \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Recent CMake.
|
||||
RUN mkdir -p "${CMAKE_DIR}" \
|
||||
&& curl -sSL "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz" | tar xzf - -C "${CMAKE_DIR}" --strip-components 1
|
||||
|
||||
# junit2html >= 31.0.0 requires jinj2 >= 3.0 which requires python >= 3.7 which is
|
||||
# junit2html >= 31.0.0 requires jinja2 >= 3.0 which requires python >= 3.7 which is
|
||||
# a higher version of python3 than debian 9 provides. Fix the version of junit2html
|
||||
# to the last version before they required the newer jinja2.
|
||||
RUN pip3 install websockets junit2html==30.0.6
|
||||
|
|
|
@ -11,12 +11,14 @@ RUN dnf -y install \
|
|||
diffutils \
|
||||
findutils \
|
||||
flex \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
|
|
|
@ -11,12 +11,14 @@ RUN dnf -y install \
|
|||
diffutils \
|
||||
findutils \
|
||||
flex \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
python3 \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
|
|
|
@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \
|
|||
bc \
|
||||
lcov \
|
||||
ccache \
|
||||
&& apt-get autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Recent CMake.
|
||||
|
|
|
@ -32,6 +32,7 @@ RUN apt-get update && apt-get -y install \
|
|||
ruby \
|
||||
bc \
|
||||
lcov \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install websockets junit2html
|
||||
|
|
|
@ -32,6 +32,7 @@ RUN apt-get update && apt-get -y install \
|
|||
ruby \
|
||||
bc \
|
||||
lcov \
|
||||
&& apt autoclean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install websockets junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue