mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
debug compile-micro mode
This commit is contained in:
parent
e573f446a5
commit
09095f48a7
@ -30,7 +30,7 @@ RUN if [ "${USE_BACKUP}" = "yes" ]; then \
|
|||||||
|
|
||||||
|
|
||||||
# build requirements
|
# build requirements
|
||||||
RUN apk add bash wget cmake gcc g++ jq autoconf git libstdc++ linux-headers make m4 libgcc binutils ncurses > /dev/null
|
RUN apk add bash file wget cmake gcc g++ jq autoconf git libstdc++ linux-headers make m4 libgcc binutils ncurses > /dev/null
|
||||||
# php zlib dependencies
|
# php zlib dependencies
|
||||||
RUN apk add zlib-dev zlib-static > /dev/null
|
RUN apk add zlib-dev zlib-static > /dev/null
|
||||||
# php mbstring dependencies
|
# php mbstring dependencies
|
||||||
@ -89,7 +89,7 @@ RUN ./check-extensions.sh check_before_configure > /dev/null
|
|||||||
|
|
||||||
RUN echo "Compiling PHP ..."
|
RUN echo "Compiling PHP ..."
|
||||||
RUN if [ "${ENABLE_MICRO}" = "yes" ]; then \
|
RUN if [ "${ENABLE_MICRO}" = "yes" ]; then \
|
||||||
./compile-micro.sh ${VER_PHP} > /dev/null 2>&1 ; \
|
./compile-micro.sh ${VER_PHP} ; \
|
||||||
else \
|
else \
|
||||||
./compile-php.sh ${VER_PHP} > /dev/null 2>&1 ; \
|
./compile-php.sh ${VER_PHP} > /dev/null 2>&1 ; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user