File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11ARG PHP_VERSION=7.4-cli
22FROM php:${PHP_VERSION}
33
4- # Create app directory
5- WORKDIR /usr/src/app
6-
74# Install git
85RUN apt-get update && \
96 apt-get install -y --no-install-recommends git
@@ -14,8 +11,8 @@ RUN apt-get install -y \
1411 zip \
1512 && docker-php-ext-install zip
1613
17- # Install composer
18- RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
14+ # Print PHP version
15+ RUN php -v
1916
20- # Install prestissimo pluing for composer
21- RUN composer global require hirak/prestissimo
17+ # Install composer
18+ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ docker run \
4242 --name elasticsearch-php \
4343 --rm \
4444 elastic/elasticsearch-php
45- $script_path /run- yaml-tests.sh
45+ /bin/bash .ci/ yaml-tests.sh
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ if [[ -n "$RUNSCRIPTS" ]]; then
2020fi
2121
2222echo -e " \033[1m>>>>> Repository specific tests >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
23- bash .ci/run-repository.sh
23+ bash .ci/run-repository.sh
File renamed without changes.
You can’t perform that action at this time.
0 commit comments