Skip to content
Snippets Groups Projects
Commit 192d3ee8 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'require-openssh-client' into 'master'

Explicitly install openssh-client in ruby_docker image

See merge request !39
parents e6bb5d91 e63929f8
No related branches found
No related tags found
1 merge request!39Explicitly install openssh-client in ruby_docker image
Loading
Loading
@@ -10,6 +10,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
gcc \
ruby \
ruby-dev \
openssh-client \
libc6-dev \
docker.io \
&& apt-get clean \
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment