mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
chg: docker-files - add build dep for alpine - cmake
This commit is contained in:
parent
40a9b097e0
commit
e131d7b027
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user