Skip to content

Commit 06a2117

Browse files
committed
Update some stuff
1 parent 8c9b3d3 commit 06a2117

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ For hosting PHP powered websites.
1717
- curl
1818
- fpm
1919
- gd
20+
- gmp
2021
- imagick
2122
- imap
2223
- json
24+
- ldap
2325
- mbstring
2426
- mcrypt
2527
- mysql

build-ctx/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN \
2929
&& apt-get install -y --no-install-recommends \
3030
# misc
3131
git \
32-
unzip \
3332
p7zip \
3433
# mariadb packages
3534
mariadb-client-${CF_MARIADB_VERSION} \
@@ -55,6 +54,8 @@ RUN \
5554
php${CF_PHP_FPM_VERSION}-xdebug \
5655
php${CF_PHP_FPM_VERSION}-bcmath \
5756
php${CF_PHP_FPM_VERSION}-mcrypt \
57+
php${CF_PHP_FPM_VERSION}-gmp \
58+
php${CF_PHP_FPM_VERSION}-ldap \
5859
#libapache2-mod-php${CF_PHP_FPM_VERSION} \
5960
php-pear \
6061
xml-core

build_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ LVAR_DEBIAN_DIST="$(_getCpuArch debian_dist)"
6363

6464
LVAR_REPO_PREFIX="tsle"
6565
LVAR_PARENT_IMAGE_NAME="ws-apache-base-$LVAR_DEBIAN_DIST"
66-
LVAR_PARENT_IMAGE_VER="1.5"
66+
LVAR_PARENT_IMAGE_VER="1.6"
6767

6868
LVAR_PARENT_IMG_FULL="${LVAR_PARENT_IMAGE_NAME}:${LVAR_PARENT_IMAGE_VER}"
6969

0 commit comments

Comments
 (0)