File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ commandTests:
1717    command : " docker" 
1818    args : ["--version"] 
1919    expectedOutput : ["Docker version 28.*"] 
20-   - name : ' PHP info ' 
20+   - name : ' PHP modules ' 
2121    command : " php" 
2222    args : ["-m"] 
2323    expectedOutput :
@@ -71,6 +71,11 @@ commandTests:
7171      - yaml 
7272      - zlib 
7373      - zstd 
74+   - name : ' ImageMagick supported formats' 
75+     command : " php" 
76+     args : ["-i"] 
77+     expectedOutput :
78+       - " ImageMagick supported formats .*WEBP.*" 
7479  - name : ' PHP intl' 
7580    command : " php" 
7681    args : ["-r", 'print(\Normalizer::FORM_D);'] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments