mirror of
https://github.com/linuxserver/docker-lychee.git
synced 2026-02-05 02:49:08 +08:00
Remove extra mkdir
This commit is contained in:
parent
f9c41031fc
commit
7106ca5d41
@ -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" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user