|
@@ -28,6 +28,10 @@ RUN apt-get install -yq php-soap
|
|
|
|
|
|
RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; git clone git@bitbucket.org:ikflowdat/json-wsdl.git /opt/json-wsdl ; cd /opt/json-wsdl ; composer install --no-scripts --no-interaction --no-progress
|
|
RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; git clone git@bitbucket.org:ikflowdat/json-wsdl.git /opt/json-wsdl ; cd /opt/json-wsdl ; composer install --no-scripts --no-interaction --no-progress
|
|
|
|
|
|
|
|
+COPY docsis.sh /opt
|
|
|
|
+RUN chmod +x /opt/docsis.sh
|
|
|
|
+RUN bash -c /opt/docsis.sh
|
|
|
|
+
|
|
CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ;\
|
|
CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ;\
|
|
composer install --no-scripts --no-interaction --no-progress;\
|
|
composer install --no-scripts --no-interaction --no-progress;\
|
|
rm var/cache/* -rf ;\
|
|
rm var/cache/* -rf ;\
|