fix
This commit is contained in:
10
Dockerfile
10
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 .
|
||||
|
||||
Reference in New Issue
Block a user