Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 74935e7

Browse files
committed
Run tests non-interactively
1 parent d39161f commit 74935e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY ./scripts/provision/.bashrc /root/.bashrc
77

88
WORKDIR /root/php-v8
99

10-
RUN php -i && php-config || true
10+
ENV NO_INTERACTION=1
1111

12+
RUN php -i && php-config || true
1213
RUN phpize && ./configure && make

0 commit comments

Comments
 (0)