From 42885c919ca875ff954f17f171e2390c671be3d7 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 8 Apr 2024 21:08:22 -0700 Subject: [PATCH] update python to 3.11 --- .github/docker/slim-all/Dockerfile | 3 +++ .github/docker/slim-python/Dockerfile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/docker/slim-all/Dockerfile b/.github/docker/slim-all/Dockerfile index c26b0aa..4e05d88 100644 --- a/.github/docker/slim-all/Dockerfile +++ b/.github/docker/slim-all/Dockerfile @@ -16,6 +16,9 @@ LABEL tag="slim-all" ################################################################################# # Python ARG APT_PKGS="\ +python3 \ +python3-venv \ +python3-dev \ python3.11 \ python3.11-venv \ python3.11-dev \ diff --git a/.github/docker/slim-python/Dockerfile b/.github/docker/slim-python/Dockerfile index 2bb9b80..4ec8662 100644 --- a/.github/docker/slim-python/Dockerfile +++ b/.github/docker/slim-python/Dockerfile @@ -14,6 +14,9 @@ LABEL tag="slim-python" # Install Programming Language Tooling # - python ARG APT_PKGS="\ +python3 \ +python3-venv \ +python3-dev \ python3.11 \ python3.11-venv \ python3.11-dev \