summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2024-05-02 08:13:11 +0200
committerGitHub <noreply@github.com>2024-05-02 08:13:11 +0200
commit95ea9c3ecd08fc443473f97056d5387b3cb04342 (patch)
tree44640ee5ff8019f3220d132cad5febba41ab649b
parent40a9b097e09f31aef75615cd5be58da38a3afe85 (diff)
parente131d7b027f5b88cbb3ed3ac1dc54e2ab2d925d5 (diff)
Merge pull request #2747 from nicolargo/2735-alpine-docker-image-build-error-on-arm
chg: docker-files - add build dep for alpine - cmake
-rw-r--r--docker-files/alpine.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-files/alpine.Dockerfile b/docker-files/alpine.Dockerfile
index d7a2dab1..35ff3dc5 100644
--- a/docker-files/alpine.Dockerfile
+++ b/docker-files/alpine.Dockerfile
@@ -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