浏览代码

Dockerfile updated

Espinoza Guillermo 6 年之前
父节点
当前提交
4c4874e0ee
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -27,7 +27,7 @@ RUN chmod 0600 /opt/keys/*; \
     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; \
     cd /opt/json-wsdl; \
     composer install --no-scripts --no-interaction --no-progress; \
-    git clone git@gitlab.com:interlink-sa/flowdat3/modules/connect.git /usr/bin/connect; \
+    eval $(ssh-agent); ssh-add /opt/keys/gitlab.id_rsa; git clone git@gitlab.com:interlink-sa/flowdat3/modules/connect.git /usr/bin/connect; \
     cd /opt/ftth; \
     mkdir -p /run/php; \
     sed -i 's#listen = /run/php/php7.0-fpm.sock#listen = /run/php/ftth.sock#g' /etc/php/7.0/fpm/pool.d/www.conf; \
@@ -48,5 +48,5 @@ CMD env; \
     echo $HOST_BASE >> /etc/ca-certificates.conf; \
     update-ca-certificates; \
     rm -rf var/cache/*/; \
-    composer run-script post-install-cmd --no-interaction; \
+    composer install -n --no-progress ; \
     php-fpm7.0 -F -R -O