瀏覽代碼

apt-get update para gdal

Gabriel Gosparo 7 年之前
父節點
當前提交
43df54b2f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -27,7 +27,7 @@ RUN cp app/config/parameters.yml.docker app/config/parameters.yml ;\
     cp app/config/bundles/ik/webservice-bundle/parameters.yml.docker 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 
 
-RUN apt-get install gdal-bin -yq
+RUN apt-get update && apt-get install -yq gdal-bin
 
 CMD  eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction ;\
      rm var/cache/* -rf ;\