feat: add git in php install.sh (#2910)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user