Encode png as avif too

This commit is contained in:
Tobias Manske 2021-09-22 00:33:47 +02:00
parent fcb99fc2eb
commit 7aff7c7bb9
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM alpine:3.13
FROM alpine:edge
# Install cwebp and avifenc
RUN apk -U add libwebp-tools libavif-apps dav1d # rav1e #(soon?)
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rav1e
ADD ./generate_all /usr/bin/generate_all
RUN mkdir /src
WORKDIR /src