Skip to content

Commit

Permalink
Fix xsl.so and gd2.so errors
Browse files Browse the repository at this point in the history
  • Loading branch information
richarvey committed Mar 1, 2023
1 parent c00afd6 commit 7dd6e63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ 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 \
musl-dev \
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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7dd6e63

Please sign in to comment.