From 1153a5e5e99e183c9955fa47954c0a23495b7953 Mon Sep 17 00:00:00 2001 From: alexanderM91 Date: Mon, 4 Nov 2024 10:48:14 +0100 Subject: [PATCH] SC-21731: Extend Cli image with `py3-setuptools` and `build-base` packages --- images/common/cli/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/common/cli/Dockerfile b/images/common/cli/Dockerfile index d6d450b33..6e7147209 100644 --- a/images/common/cli/Dockerfile +++ b/images/common/cli/Dockerfile @@ -49,8 +49,10 @@ RUN --mount=type=cache,id=apk,sharing=locked,target=/var/cache/apk mkdir -p /etc yarn \ jq \ python3 \ + py3-setuptools \ g++ \ make \ + build-base \ ; fi' # TODO Not-available feature: autoload-cache. Should be switchable