Skip to content

Commit

Permalink
rfs/dockerfile # TODO: build-arg NOCACHE=$rand.time
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 11, 2024
1 parent aea2722 commit f0dc098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rootfs/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,12 @@ FROM alpine:3.13.12 AS files2
dst=/rootfs/usr/share/fonts/DejaVuSansMono; \
mkdir -p $dst; \cp -a /tmp/powerline-fonts/DejaVuSansMono/*.ttf $dst/;

RUN echo a.1213; \
# TODO: build-arg NOCACHE=$rand.time
ARG NOCACHE
RUN echo a.12134; \
dst=/rootfs/usr/local/static/.dotfiles; \
mkdir -p $dst; git clone --depth=1 https://gitee.com/infrastlabs/dotfiles.git $dst; \
exit 0;
#
COPY src/*.sh /rootfs/
# ADD src/dot /rootfs/etc/skel
# ADD src/bin /rootfs/usr/bin
Expand Down

0 comments on commit f0dc098

Please sign in to comment.