Skip to content

Commit a0d2a47

Browse files
committed
💚 Add alpine php7 gd module
1 parent 137fc6e commit a0d2a47

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker/php/alpine-3-php7/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ RUN /usr/local/bin/apk-install \
3232
php7-pdo_sqlite \
3333
php7-memcached \
3434
php7-mcrypt \
35-
#php7-gd \
36-
#libwebp \
35+
php7-gd \
3736
php7-bcmath \
3837
php7-soap \
3938
php7-sqlite3 \

template/Dockerfile/images/php7.jinja2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ RUN /usr/local/bin/apk-install \
1717
php7-pdo_sqlite \
1818
php7-memcached \
1919
php7-mcrypt \
20-
#php7-gd \
21-
#libwebp \
20+
php7-gd \
2221
php7-bcmath \
2322
php7-soap \
2423
php7-sqlite3 \

0 commit comments

Comments
 (0)