From 7106ca5d41a160707e093cbc3d28f0eedd73ebd4 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 3 Dec 2024 09:44:28 +0000 Subject: [PATCH] Remove extra mkdir --- Dockerfile.aarch64 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0b5faf6..4ecd344 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -50,7 +50,6 @@ RUN --mount=type=bind,from=cosign-bin,source=/ko-app/cosign,target=/usr/local/bi LYCHEE_VERSION=$(curl -sX GET "https://api.github.com/repos/LycheeOrg/Lychee/releases/latest" \ | awk '/tag_name/{print $4;exit}' FS='[""]'); \ fi && \ - mkdir -p /app/www && \ curl -o \ /tmp/lychee.zip -L \ "https://github.com/LycheeOrg/Lychee/releases/download/${LYCHEE_VERSION}/Lychee.zip" && \