ソースを参照

Prueba para ver si funciona para corregir un not found

Maxi Schvindt 7 年 前
コミット
710adff5d1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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