summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-02 01:57:39 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-02 01:57:39 +0530
commite131d7b027f5b88cbb3ed3ac1dc54e2ab2d925d5 (patch)
tree44640ee5ff8019f3220d132cad5febba41ab649b
parent40a9b097e09f31aef75615cd5be58da38a3afe85 (diff)
chg: docker-files - add build dep for alpine - cmake2735-alpine-docker-image-build-error-on-arm
-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