Skip to content

Commit a32ca5a

Browse files
committed
feat: add support for webp in imagick
1 parent bca5216 commit a32ca5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ RUN \
202202
libjxl-dev \
203203
libavif \
204204
libheif \
205+
libwebp \
205206
imagemagick-heic \
206207
zlib-dev \
207208
libpng-dev \

tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commandTests:
1919
expectedOutput: ["Docker version 28.*"]
2020
- name: 'PHP info'
2121
command: "php"
22-
args: ["-m"]
22+
args: ["-i"]
2323
expectedOutput:
2424
- brotli
2525
- Core
@@ -33,6 +33,7 @@ commandTests:
3333
- hash
3434
- iconv
3535
- imagick
36+
- WEBP
3637
- intl
3738
- json
3839
- libxml

0 commit comments

Comments
 (0)