chg: docker-files - add build dep for alpine - cmake

This commit is contained in:
Bharath Vignesh J K 2024-05-02 01:57:39 +05:30
parent 40a9b097e0
commit e131d7b027

View File

@ -55,7 +55,8 @@ RUN apk add --no-cache \
cargo \
pkgconfig \
libffi-dev \
openssl-dev
openssl-dev \
cmake # Issue: https://github.com/nicolargo/glances/issues/2735
RUN python${PYTHON_VERSION} -m venv venv-build
RUN /venv-build/bin/python${PYTHON_VERSION} -m pip install --upgrade pip