mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-17 05:09:33 +08:00
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
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ echo
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user