fix
This commit is contained in:
0
.docker-cache/icons.ref
Normal file
0
.docker-cache/icons.ref
Normal file
10
Dockerfile
10
Dockerfile
@@ -9,14 +9,14 @@ RUN cat /tmp/glide.ref > /dev/null && \
|
|||||||
rm -Rf glide/.git
|
rm -Rf glide/.git
|
||||||
|
|
||||||
FROM i386/alpine:latest AS icons-fetcher
|
FROM i386/alpine:latest AS icons-fetcher
|
||||||
ARG CACHE_BUST=10
|
ARG CACHE_BUST=11
|
||||||
RUN apk add --no-cache git ca-certificates
|
RUN apk add --no-cache git ca-certificates
|
||||||
COPY .docker-cache/icons.ref /tmp/icons.ref
|
COPY .docker-cache/icons.ref /tmp/icons.ref
|
||||||
WORKDIR /src
|
WORKDIR /root
|
||||||
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 main --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 && \
|
||||||
rm -Rf icons/.git
|
rm -Rf icons-collection/.git
|
||||||
|
|
||||||
# building a modified Kernel + modules + libs
|
# building a modified Kernel + modules + libs
|
||||||
FROM lpenz/debian-etch-i386-minbase AS kernel-builder
|
FROM lpenz/debian-etch-i386-minbase AS kernel-builder
|
||||||
@@ -178,7 +178,7 @@ FROM lpenz/debian-lenny-i386-minbase
|
|||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
COPY --from=kernel-builder /usr/src/*.deb .
|
COPY --from=kernel-builder /usr/src/*.deb .
|
||||||
COPY --from=ut99-builder /root/ut-game ./ut-game
|
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 /deps ./deps
|
||||||
COPY update-initramfs.sh .
|
COPY update-initramfs.sh .
|
||||||
COPY zzz-config-live.sh .
|
COPY zzz-config-live.sh .
|
||||||
|
|||||||
Reference in New Issue
Block a user