Skip to content

Commit 7dd6e63

Browse files
committed
Fix xsl.so and gd2.so errors
1 parent c00afd6 commit 7dd6e63

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ RUN echo @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk
4040
bzip2-dev \
4141
icu-dev \
4242
tzdata \
43+
libpng-dev \
44+
libjpeg-turbo-dev \
45+
freetype-dev \
46+
libxslt-dev \
4347
gcc
4448

4549
RUN apk add --no-cache --virtual .sys-deps \
4650
musl-dev \
4751
linux-headers \
4852
augeas-dev \
4953
libmcrypt-dev \
50-
libpng-dev \
51-
libxslt-dev \
5254
python3-dev \
5355
libffi-dev \
54-
freetype-dev \
5556
sqlite-dev \
5657
imap-dev \
57-
libjpeg-turbo-dev \
5858
postgresql-dev \
5959
lua-resty-core
6060

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have improvements or suggestions please open an issue or pull request on
1010
### Versioning
1111
| Docker Tag | Git Release | Nginx Version | PHP Version | Alpine Version |
1212
|-----|-------|-----|--------|--------|
13-
| latest/3.0.1 | Master Branch |1.22.1 | 8.2.3 | 3.17 |
13+
| latest/3.0.2 | Master Branch |1.22.1 | 8.2.3 | 3.17 |
1414

1515
For other tags please see: [versioning](https://github.com/richarvey/nginx-php-fpm/blob/master/docs/versioning.md)
1616

docs/versioning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The latest tag will always follow the master branch in git. the other versions w
1717

1818
| Docker Tag | PHP Version | Nginx Version | Alpine Version | Container Scripts | Notes |
1919
|-----|-------|-----|--------|--------|----------|
20-
| 3.0.1 | 8.2.3 |1.22.1 | 3.17 | 0.3.16 | no cache typo fixed |
20+
| 3.0.2 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | fixed gd2 and xsl errors |
21+
| 3.0.1 | 8.2.3 |1.22.1 | 3.17 | 0.3.17 | no cache typo fixed + TZ fixed in scripts |
2122
| 3.0.0 | 8.2.3 |1.22.1 | 3.17 | 0.3.16 | upgraded php to 8.2.3 switched to packaged nginx |
2223

2324
These tags will be created on GitHub and as tags in docker hub.

0 commit comments

Comments
 (0)