From 5738402736c4f1f7c2c6cfa52fff7ca4f1b0cd8f Mon Sep 17 00:00:00 2001 From: chacha Date: Sun, 22 Mar 2026 03:18:38 +0100 Subject: [PATCH] fix --- .docker-cache/icons.ref | 0 Dockerfile | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .docker-cache/icons.ref diff --git a/.docker-cache/icons.ref b/.docker-cache/icons.ref new file mode 100644 index 0000000..e69de29 diff --git a/Dockerfile b/Dockerfile index 7b95368..5af5305 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,14 @@ RUN cat /tmp/glide.ref > /dev/null && \ rm -Rf glide/.git FROM i386/alpine:latest AS icons-fetcher -ARG CACHE_BUST=10 +ARG CACHE_BUST=11 RUN apk add --no-cache git ca-certificates COPY .docker-cache/icons.ref /tmp/icons.ref -WORKDIR /src +WORKDIR /root RUN cat /tmp/icons.ref > /dev/null && \ echo "$CACHE_BUST" > /dev/null && \ - git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \ - rm -Rf icons/.git + git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git && \ + rm -Rf icons-collection/.git # building a modified Kernel + modules + libs FROM lpenz/debian-etch-i386-minbase AS kernel-builder @@ -178,7 +178,7 @@ FROM lpenz/debian-lenny-i386-minbase WORKDIR /root COPY --from=kernel-builder /usr/src/*.deb . COPY --from=ut99-builder /root/ut-game ./ut-game -COPY --from=icons-fetcher /root/icons ./icons +COPY --from=icons-fetcher /root/icons-collection ./icons-collection COPY /deps ./deps COPY update-initramfs.sh . COPY zzz-config-live.sh .