dwebp
dwebp decompresses WebP files into PNG, PAM, PPM or PGM images. Animated WebP files are not supported. More information: <https://developers.google.com/speed/webp/docs/dwebp/>.
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