Skip to content

Commit

Permalink
Cache bust
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Jan 16, 2025
1 parent 8188768 commit f47eb9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x86_image_wizard/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM i386/alpine:edge

ENV CACHE_BUST=1235

RUN apk add --update \
alpine-base alpine-conf openrc bash ncurses shadow curl \
linux-virt linux-headers linux-firmware-none linux-firmware-sb16 \
Expand All @@ -16,7 +18,6 @@ RUN passwd -d root
RUN chsh -s /bin/bash
RUN echo "host9p /root 9p defaults 0 0" >> /etc/fstab

ENV CACHE_BUST=1234
COPY xorg.conf /etc/X11/
COPY X11/* /etc/X11/

Expand Down

0 comments on commit f47eb9a

Please sign in to comment.