From 45801e521ffb56004e745c8c5f78894dc314ed0e Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Mon, 13 Nov 2023 15:50:21 -0800 Subject: [PATCH] add missing python venv package (#16) * add devbox vscode extension * specify git submodule for init and update * add python venv --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e0982e..14a4f59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -146,6 +146,7 @@ RUN set -ex \ ARG APT_PKGS="\ python3 \ python3-pip \ +python3-venv \ dotnet-sdk-7.0 \ dotnet-runtime-7.0 \ "