Skip to content

Commit 3641bb5

Browse files
committed
Add buildconf and configure commands to entrypoint
1 parent 4505b13 commit 3641bb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/php-src-devtools-entrypoint

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ case "$1" in
55
"build")
66
make -j`nproc`
77
;;
8+
"buildconf")
9+
./buildconf
10+
;;
11+
"configure")
12+
./configure
13+
;;
814
*)
915
echo "Unknown command"
1016
exit 2

0 commit comments

Comments
 (0)