This commit is contained in:
2026-03-22 03:09:34 +01:00
parent cc3dc6d02a
commit 5fec66c16c

View File

@@ -15,7 +15,7 @@ COPY .docker-cache/icons.ref /tmp/icons.ref
WORKDIR /src WORKDIR /src
RUN cat /tmp/icons.ref > /dev/null && \ RUN cat /tmp/icons.ref > /dev/null && \
echo "$CACHE_BUST" > /dev/null && \ echo "$CACHE_BUST" > /dev/null && \
git clone --depth 1 --branch retrodebian --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \ git clone --depth 1 --branch main --single-branch https://gitea.chacha.ddns.net/chacha/icons-collection.git icons && \
rm -Rf icons/.git rm -Rf icons/.git
# building a modified Kernel + modules + libs # building a modified Kernel + modules + libs