浏览代码

Dockerfile updated

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

+ 1 - 0
Dockerfile

@@ -48,6 +48,7 @@ RUN chmod +x /opt/execute.sh; \
     cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist app/config/bundles/ik/webservice-bundle/parameters.yml ;\
     cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
     cp app/config/bundles/ik/audit-bundle/parameters.yml.dist ./app/config/bundles/ik/audit-bundle/parameters.yml; \
+    eval $(ssh-agent); ssh-add /opt/keys/bitbucket.id_rsa; \
     composer install --no-scripts --no-interaction --no-progress; \
     cd /opt; \
     chmod +x /opt/script.sh; \