Pārlūkot izejas kodu

apt-get update para gdal

Gabriel Gosparo 7 gadi atpakaļ
vecāks
revīzija
43df54b2f0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 ;\