From d6acb18402692207c7c7a637e9e628d0cb3d28bf Mon Sep 17 00:00:00 2001 From: Aleksandr Myrnyi Date: Mon, 4 Nov 2024 12:29:51 +0100 Subject: [PATCH] SC-21731: Extend Cli image with `py3-setuptools` and `build-base` packages (#528) --- 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