فهرست منبع

fix ssh keys deleted

Guillermo Espinoza 6 سال پیش
والد
کامیت
e6bcd49cb9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -22,7 +22,7 @@ RUN rm -f app/config/parameters.yml \
     ssh-add /opt/keys/bitbucket.id_rsa; \
     composer install --no-scripts --no-interaction --no-progress; \
     composer dump-autoload; \
-    eval $(ssh-agent); ssh-add /opt/keys/gitlab.id_rsa; git clone git@gitlab.com:interlink-sa/flowdat3/vendors/json-wsdl.git /opt/json-wsdl; \
+    git clone https://ikdrone:Flowdat3@gitlab.com/interlink-sa/flowdat3/vendors/json-wsdl.git /opt/json-wsdl; \
     cd /opt/json-wsdl; \
     composer install --no-scripts --no-interaction --no-progress; \
     cd /opt/dhcp; \