CI: Install missing packages on opensuse

This commit is contained in:
Tim Wojtulewicz 2023-11-10 14:42:01 -07:00
parent d9b8154c4e
commit a3ad1a24f1
3 changed files with 6 additions and 1 deletions

View file

@ -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 \

View file

@ -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 \

View file

@ -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