CI: Fix building of alpine image with regards to python packages

This commit is contained in:
Tim Wojtulewicz 2024-02-05 13:32:19 -07:00
parent 4e589121c8
commit 2736e8e527

View file

@ -23,9 +23,10 @@ RUN apk add --no-cache \
openssl-dev \
procps \
py3-pip \
py3-websockets \
python3 \
python3-dev \
swig \
zlib-dev
RUN pip3 install websockets junit2html
RUN pip3 install --break-system-packages junit2html