Include open-ssh-client for transparency (#9693)

This commit is contained in:
Ian Rodney 2020-07-27 15:31:35 -07:00 committed by GitHub
parent 51e12ee97c
commit 78c34ae35e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ RUN apt-get update -y && apt-get upgrade -y \
tmux \ tmux \
screen \ screen \
rsync \ rsync \
openssh-client \
&& apt-get clean \ && apt-get clean \
&& echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \ && echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
&& wget \ && wget \