cwebp
Compress an image file to a WebP file. More information: <https://developers.google.com/speed/webp/docs/cwebp>.
RUN apt-get update && \
apt-get install -y webp
RUN apt-get update && \
apt-get install -y webp
RUN apk add libwebp
RUN pacman -S --noconfirm libwebp
RUN apt-get update && \
apt-get install -y webp
RUN yum install -y libwebp-tools
RUN dnf install -y libwebp-tools
RUN apt-get update && \
apt-get install -y webp