소스 검색

netmiko fix

Luciano Andrade 7 년 전
부모
커밋
dae37411c1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -22,6 +22,8 @@ RUN chmod 0600 /opt/keys/*
 
 RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction --no-progress
 
+RUN git clone git@bitbucket.org:ikflowdat/extra.git /opt/extra ; cp /opt/extra/netmiko /opt/netmiko ; rm /opt/extra
+
 RUN apt-get install -yq php-soap python-pip
 RUN pip install -e /opt/netmiko