mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 23:47:47 -04:00
add ssh-client to the devcontainer to allow git over ssh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user