mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Install missing packages on opensuse
This commit is contained in:
parent
d9b8154c4e
commit
a3ad1a24f1
3 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.4
|
||||||
libopenssl-devel \
|
libopenssl-devel \
|
||||||
libpcap-devel \
|
libpcap-devel \
|
||||||
make \
|
make \
|
||||||
|
openssh \
|
||||||
python39 \
|
python39 \
|
||||||
python39-devel \
|
python39-devel \
|
||||||
python39-pip \
|
python39-pip \
|
||||||
|
|
|
@ -19,6 +19,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.5
|
||||||
libopenssl-devel \
|
libopenssl-devel \
|
||||||
libpcap-devel \
|
libpcap-devel \
|
||||||
make \
|
make \
|
||||||
|
openssh \
|
||||||
python311 \
|
python311 \
|
||||||
python311-devel \
|
python311-devel \
|
||||||
python311-pip \
|
python311-pip \
|
||||||
|
|
|
@ -10,6 +10,7 @@ RUN zypper modifyrepo --disable repo-openh264 || true
|
||||||
|
|
||||||
RUN zypper refresh \
|
RUN zypper refresh \
|
||||||
&& zypper in -y \
|
&& zypper in -y \
|
||||||
|
awk \
|
||||||
bison \
|
bison \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
|
@ -24,9 +25,11 @@ RUN zypper refresh \
|
||||||
libopenssl-devel \
|
libopenssl-devel \
|
||||||
libpcap-devel \
|
libpcap-devel \
|
||||||
make \
|
make \
|
||||||
|
openssh \
|
||||||
python3 \
|
python3 \
|
||||||
python3-devel \
|
python3-devel \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-websockets \
|
||||||
swig \
|
swig \
|
||||||
tar \
|
tar \
|
||||||
util-linux \
|
util-linux \
|
||||||
|
@ -34,4 +37,4 @@ RUN zypper refresh \
|
||||||
zlib-devel \
|
zlib-devel \
|
||||||
&& rm -rf /var/cache/zypp
|
&& rm -rf /var/cache/zypp
|
||||||
|
|
||||||
RUN pip3 install websockets junit2html
|
RUN pip3 install --break-system-packages junit2html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue