File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ RUN EXTENSION_DIR=`php-config --extension-dir 2>/dev/null` && \
8888 && docker-php-ext-enable --ini-name zzzzz-event.ini event \
8989 && docker-php-ext-enable uv \
9090 && apk del $PHPIZE_DEPS \
91+ && apk add --no-cache make git \
9192 && wget -q -O - https://raw.githubusercontent.com/eficode/wait-for/master/wait-for > /bin/wait-for \
9293 && chmod +x /bin/wait-for \
9394 && rm -rf /var/cache/apk/* \
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ RUN EXTENSION_DIR=`php-config --extension-dir 2>/dev/null` && \
9393 && docker-php-ext-enable --ini-name zzzzz-event.ini event \
9494 && docker-php-ext-enable uv \
9595 && apk del $PHPIZE_DEPS \
96+ && apk add --no-cache make git \
9697 && wget -q -O - https://raw.githubusercontent.com/eficode/wait-for/master/wait-for > /bin/wait-for \
9798 && chmod +x /bin/wait-for \
9899 && rm -rf /var/cache/apk/* \
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ def test_in_docker_file_exists(host):
1111 output = host .run ('php -r "exit(file_exists(\' /.you-are-in-a-wyrihaximus.net-php-docker-image-dev\' ) ? 0 : 255);"' )
1212 assert output .rc == 0
1313
14- @pytest .mark .php_dev
14+ @pytest .mark .php_zts
15+ @pytest .mark .php_nts
1516def test_make_works (host ):
1617 output = host .run ('make' )
1718 assert output .stdout == ''
You can’t perform that action at this time.
0 commit comments