We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf07523 commit 8b93401Copy full SHA for 8b93401
Dockerfile
@@ -8,7 +8,6 @@ ARG LIBWEBP_FILE="libwebp-$LIBWEBP_VERSION-linux-x86-64.tar.gz"
8
ARG LIBWEBP_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$LIBWEBP_FILE"
9
10
WORKDIR /app
11
-ADD --checksum=sha256:$LIBWEBP_SHA256 $LIBWEBP_URL $LIBWEBP_FILE
12
RUN apk --no-cache add binutils curl tar
13
RUN curl -L --fail --retry 3 --retry-delay 5 "$LIBWEBP_URL" -O && \
14
echo "$LIBWEBP_SHA256 $LIBWEBP_FILE" | sha256sum -c - && \
0 commit comments