Skip to content

Commit 3d8c6b8

Browse files
authored
Add git and openssh in devcontainer (#69)
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 791064a commit 3d8c6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM rust:1.77-slim
33

44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends \
6+
git openssh-client \
67
curl \
78
# install python3, jinja2 pyyaml
89
python3 \

0 commit comments

Comments
 (0)