diff options
| author | Henny022p <info@henny022.de> | 2025-01-12 02:17:42 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-01-12 02:17:42 +0000 |
| commit | b833926d9b10575caee2d9ec64739824923ba096 (patch) | |
| tree | f00239aef1f1bf1002855b84dbb0cb561c947ba5 /.devcontainer/Containerfile | |
| parent | 40f67283ef32272a11eebe6f8ed76cd51d889217 (diff) | |
add ssh-client to the devcontainer to allow git over ssh
Diffstat (limited to '.devcontainer/Containerfile')
| -rw-r--r-- | .devcontainer/Containerfile | 1 |
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 |
