mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
Merge pull request #138 from conz27/ssh_support
SSH Support for Git Clone / Checkout
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user