From 7dd6e6336eae310e4a41cd84ef33c467faca80d9 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 1 Mar 2023 21:43:02 +0000 Subject: [PATCH] Fix xsl.so and gd2.so errors --- Dockerfile | 8 ++++---- README.md | 2 +- docs/versioning.md | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index b2903e4e..4de013aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,10 @@ RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk bzip2-dev \ icu-dev \ tzdata \ + libpng-dev \ + libjpeg-turbo-dev \ + freetype-dev \ + libxslt-dev \ gcc RUN apk add --no-cache --virtual .sys-deps \ @@ -47,14 +51,10 @@ RUN apk add --no-cache --virtual .sys-deps \ linux-headers \ augeas-dev \ libmcrypt-dev \ - libpng-dev \ - libxslt-dev \ python3-dev \ libffi-dev \ - freetype-dev \ sqlite-dev \ imap-dev \ - libjpeg-turbo-dev \ postgresql-dev \ lua-resty-core diff --git a/README.md b/README.md index 0167af3e..a431d6f3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version | |-----|-------|-----|--------|--------| -| latest/3.0.1 | Master Branch |1.22.1 | 8.2.3 | 3.17 | +| latest/3.0.2 | Master Branch |1.22.1 | 8.2.3 | 3.17 | For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 56b335db..d45c84a4 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -17,7 +17,8 @@ The latest tag will always follow the master branch in git. the other versions w | Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes | |-----|-------|-----|--------|--------|----------| -| 3.0.1 | 8.2.3 |1.22.1 | 3.17 | 0.3.16 | no cache typo fixed | +| 3.0.2 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | fixed gd2 and xsl errors | +| 3.0.1 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | no cache typo fixed + TZ fixed in scripts | | 3.0.0 | 8.2.3 |1.22.1 | 3.17 | 0.3.16 | upgraded php to 8.2.3 switched to packaged nginx | These tags will be created on GitHub and as tags in docker hub.