summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2025-01-12 02:17:42 +0000
committerHenny022p <info@henny022.de>2025-01-12 02:17:42 +0000
commitb833926d9b10575caee2d9ec64739824923ba096 (patch)
treef00239aef1f1bf1002855b84dbb0cb561c947ba5
parent40f67283ef32272a11eebe6f8ed76cd51d889217 (diff)
add ssh-client to the devcontainer to allow git over ssh
-rw-r--r--.devcontainer/Containerfile1
1 files changed, 1 insertions, 0 deletions
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