File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ For hosting PHP powered websites.
17
17
- curl
18
18
- fpm
19
19
- gd
20
+ - gmp
20
21
- imagick
21
22
- imap
22
23
- json
24
+ - ldap
23
25
- mbstring
24
26
- mcrypt
25
27
- mysql
Original file line number Diff line number Diff line change 29
29
&& apt-get install -y --no-install-recommends \
30
30
# misc
31
31
git \
32
- unzip \
33
32
p7zip \
34
33
# mariadb packages
35
34
mariadb-client-${CF_MARIADB_VERSION} \
55
54
php${CF_PHP_FPM_VERSION}-xdebug \
56
55
php${CF_PHP_FPM_VERSION}-bcmath \
57
56
php${CF_PHP_FPM_VERSION}-mcrypt \
57
+ php${CF_PHP_FPM_VERSION}-gmp \
58
+ php${CF_PHP_FPM_VERSION}-ldap \
58
59
# libapache2-mod-php${CF_PHP_FPM_VERSION} \
59
60
php-pear \
60
61
xml-core
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ LVAR_DEBIAN_DIST="$(_getCpuArch debian_dist)"
63
63
64
64
LVAR_REPO_PREFIX=" tsle"
65
65
LVAR_PARENT_IMAGE_NAME=" ws-apache-base-$LVAR_DEBIAN_DIST "
66
- LVAR_PARENT_IMAGE_VER=" 1.5 "
66
+ LVAR_PARENT_IMAGE_VER=" 1.6 "
67
67
68
68
LVAR_PARENT_IMG_FULL=" ${LVAR_PARENT_IMAGE_NAME} :${LVAR_PARENT_IMAGE_VER} "
69
69
You can’t perform that action at this time.
0 commit comments