add ssh-client to the devcontainer to allow git over ssh

This commit is contained in:
Henny022p
2025-01-12 02:17:42 +00:00
parent 40f67283ef
commit b833926d9b
+1
View File
@@ -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