feat: add git in php install.sh (#2910)
This commit is contained in:
parent
aaf53f3152
commit
2f12863c42
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ echo
|
||||||
|
|
||||||
|
|
||||||
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
if [ "${PHP_EXTENSIONS}" != "" ]; then
|
||||||
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers
|
apk --update add --no-cache --virtual .build-deps autoconf g++ libtool make curl-dev gettext-dev linux-headers git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue