Skip to content

Commit

Permalink
Add support for private repos (add openssh-client)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratranqu authored and tcardonne committed Oct 11, 2020
1 parent a3e6b10 commit 21400f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
zlib1g-dev \
gettext \
liblttng-ust0 \
libcurl4-openssl-dev && \
libcurl4-openssl-dev \
openssh-client && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

Expand Down

0 comments on commit 21400f7

Please sign in to comment.