|
@@ -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
|