From 0052c6aa81d9234ac95f6e200ce5cfe3aa2e88da Mon Sep 17 00:00:00 2001 From: Leonardo Parente <23251360+leoparente@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:57:10 -0300 Subject: [PATCH] update python version --- .github/actions/build-cpp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-cpp/Dockerfile b/.github/actions/build-cpp/Dockerfile index ce9500069..ac9243528 100644 --- a/.github/actions/build-cpp/Dockerfile +++ b/.github/actions/build-cpp/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim -ENV BUILD_DEPS "g++ cmake make git pkgconf jq python3-pip python3-setuptools ca-certificates libasan6 zip curl python wget" +ENV BUILD_DEPS "g++ cmake make git pkgconf jq python3 python3-pip python3-setuptools ca-certificates libasan6 zip curl wget" COPY ./entrypoint.sh /entrypoint.sh