From e5362a685283554734a90f202e29c18e9321e355 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Sat, 27 Jan 2024 01:47:54 +0000 Subject: [PATCH] Install python 3 full --- argo/cluster/misc/vscode/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/argo/cluster/misc/vscode/Dockerfile b/argo/cluster/misc/vscode/Dockerfile index 63e9439f..f42a1f61 100644 --- a/argo/cluster/misc/vscode/Dockerfile +++ b/argo/cluster/misc/vscode/Dockerfile @@ -11,6 +11,7 @@ RUN sudo apt-get update && \ wget \ git \ python3 \ + python3-full \ python3-pip \ curl \ openssh-client \