Skip to content

Commit

Permalink
add openssh client
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosproject committed Sep 28, 2020
1 parent 8f5f35b commit 74563f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && \
jq \
wget \
dirmngr \
openssh-client \
&& c_rehash \
&& cd /tmp \
&& [[ $(lsb_release -cs) == "xenial" ]] && ( wget --quiet "https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_$(uname -i | sed 's/x86_64/amd64/g').deb" && dpkg -i dumb-init_*.deb && rm dumb-init_*.deb ) || ( apt-get install -y --no-install-recommends dumb-init ) \
Expand Down

0 comments on commit 74563f9

Please sign in to comment.