Skip to content

Commit f590f0d

Browse files
committed
ADD git and openssh in devcontainer
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent e7a7be4 commit f590f0d

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)