Skip to content

Commit fb30097

Browse files
committed
install ssh in containers too
need this to let you push via ssh urls. ubuntu comes with it included
1 parent 4fd09db commit fb30097

File tree

1 file changed

+2
-0
lines changed
  • {{ cookiecutter.__project_slug }}/.devcontainer

1 file changed

+2
-0
lines changed

{{ cookiecutter.__project_slug }}/.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN <<EOF
1111
llvm \
1212
msitools \
1313
ninja \
14+
openssh \
1415
perl \
1516
python3 \
1617
py3-requests
@@ -58,6 +59,7 @@ RUN <<EOF
5859
mingw-w64-gcc \
5960
msitools \
6061
ninja \
62+
openssh \
6163
py3-requests \
6264
python3
6365
EOF

0 commit comments

Comments
 (0)