|
@@ -18,7 +18,7 @@ RUN cp app/config/bundles/ik/device-bundle/parameters.yml.docker app/config/bund
|
|
|
|
|
|
RUN rm -rf /opt/ftth/app/config/parameters.yml /opt/ftth/app/config/url_webservice.yml
|
|
|
|
|
|
-RUN apt-get install -yq php-soap python-pip
|
|
|
+RUN apt-get update && apt-get install -yq php-soap python-pip
|
|
|
|
|
|
RUN chmod 0600 /opt/keys/*
|
|
|
RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction --no-progress
|