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 bca5216 commit a32ca5aCopy full SHA for a32ca5a
Dockerfile
@@ -202,6 +202,7 @@ RUN \
202
libjxl-dev \
203
libavif \
204
libheif \
205
+ libwebp \
206
imagemagick-heic \
207
zlib-dev \
208
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