Merge pull request #138 from conz27/ssh_support

SSH Support for Git Clone / Checkout
This commit is contained in:
Matt McCormick
2017-05-13 11:04:25 -04:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

View File

@ -18,5 +18,5 @@ RUN /usr/local/bin/install-python-packages.sh
COPY manylinux-common/pre_exec.sh /dockcross/pre_exec.sh
RUN yum -y install pax zip \
RUN yum -y install pax zip openssh-clients \
&& yum clean all