Skip to content

Commit 8b93401

Browse files
Remove dead code
1 parent cf07523 commit 8b93401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ARG LIBWEBP_FILE="libwebp-$LIBWEBP_VERSION-linux-x86-64.tar.gz"
88
ARG LIBWEBP_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$LIBWEBP_FILE"
99

1010
WORKDIR /app
11-
ADD --checksum=sha256:$LIBWEBP_SHA256 $LIBWEBP_URL $LIBWEBP_FILE
1211
RUN apk --no-cache add binutils curl tar
1312
RUN curl -L --fail --retry 3 --retry-delay 5 "$LIBWEBP_URL" -O && \
1413
echo "$LIBWEBP_SHA256 $LIBWEBP_FILE" | sha256sum -c - && \

0 commit comments

Comments
 (0)