We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6924997 commit 998df1cCopy full SHA for 998df1c
Dockerfile
@@ -194,6 +194,7 @@ RUN \
194
libjxl-dev \
195
libavif \
196
libheif \
197
+ libwebp \
198
imagemagick-heic \
199
zlib-dev \
200
libpng-dev \
tests.yaml
@@ -19,7 +19,7 @@ commandTests:
19
expectedOutput: ["Docker version 28.*"]
20
- name: 'PHP info'
21
command: "php"
22
- args: ["-m"]
+ args: ["-i"]
23
expectedOutput:
24
- brotli
25
- Core
@@ -33,6 +33,7 @@ commandTests:
33
- hash
34
- iconv
35
- imagick
36
+ - WEBP
37
- intl
38
- json
39
- libxml
0 commit comments