Skip to content

Commit

Permalink
add ssh to the devcontainer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogiovinazzi committed Jan 24, 2021
1 parent 4ce3d21 commit 6c4e2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
zlib1g \
locales \
sudo \
strace"
strace \
ssh"

# Install libssl1.1 if available
if [[ ! -z $(apt-cache --names-only search ^libssl1.1$) ]]; then
Expand Down

0 comments on commit 6c4e2b4

Please sign in to comment.