Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add gd php extension required as of v2.5.0
New package "gumlet/php-image-resize" was added and requires gd php extensions
  • Loading branch information
gersilex committed Sep 22, 2019
1 parent ad10f91 commit c01ab5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -17,6 +17,7 @@ RUN \
apk add --no-cache \
curl \
php7 \
php7-gd \
php7-pdo \
php7-pdo_sqlite \
php7-tokenizer && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Expand Up @@ -17,6 +17,7 @@ RUN \
apk add --no-cache \
curl \
php7 \
php7-gd \
php7-pdo \
php7-pdo_sqlite \
php7-tokenizer && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Expand Up @@ -17,6 +17,7 @@ RUN \
apk add --no-cache \
curl \
php7 \
php7-gd \
php7-pdo \
php7-pdo_sqlite \
php7-tokenizer && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Expand Up @@ -39,6 +39,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "22.09.19:", desc: "Add 'gd' PHP extension." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
Expand Down

0 comments on commit c01ab5d

Please sign in to comment.