mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Fix building of alpine image with regards to python packages
This commit is contained in:
parent
4e589121c8
commit
2736e8e527
1 changed files with 2 additions and 1 deletions
|
@ -23,9 +23,10 @@ RUN apk add --no-cache \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
procps \
|
procps \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
py3-websockets \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
swig \
|
swig \
|
||||||
zlib-dev
|
zlib-dev
|
||||||
|
|
||||||
RUN pip3 install websockets junit2html
|
RUN pip3 install --break-system-packages junit2html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue