From b833926d9b10575caee2d9ec64739824923ba096 Mon Sep 17 00:00:00 2001 From: Henny022p Date: Sun, 12 Jan 2025 02:17:42 +0000 Subject: [PATCH] add ssh-client to the devcontainer to allow git over ssh --- .devcontainer/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Containerfile b/.devcontainer/Containerfile index 7d023e77..d54e2f39 100644 --- a/.devcontainer/Containerfile +++ b/.devcontainer/Containerfile @@ -11,6 +11,7 @@ RUN apt update && apt upgrade && apt install -y --no-install-recommends \ make \ python3 \ python3-pycparser \ + ssh-client \ && rm -rf /var/lib/apt/lists/* ADD https://github.com/pret/agbcc.git /agbcc