mirror of https://github.com/zeldaret/tmc.git
add ssh-client to the devcontainer to allow git over ssh
This commit is contained in:
parent
40f67283ef
commit
b833926d9b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue