File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 798798 DOCKER_COMPOSE_DOWNLOAD_NAME: docker-compose-linux-x86_64
799799 before_script:
800800<?php dockerhub_login () ?>
801+ - apt-get update
801802 - apt install -y php git make curl
802803 - curl -L --fail https://github.com/docker/compose/releases/download/v2.36.0/${DOCKER_COMPOSE_DOWNLOAD_NAME} -o /usr/local/bin/docker-compose
803804 - chmod +x /usr/local/bin/docker-compose
879880 RUST_BACKTRACE: 1
880881 before_script:
881882<?php dockerhub_login () ?>
883+ - apt-get update
882884 - apt install -y make
883885 - mkdir build
884886 - mv packages build
944946 # - symfony
945947 before_script:
946948<?php dockerhub_login () ?>
949+ - apt-get update
947950 - apt install -y make curl
948951 - curl -L --fail https://github.com/docker/compose/releases/download/v2.36.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
949952 - chmod +x /usr/local/bin/docker-compose
You can’t perform that action at this time.
0 commit comments