Skip to content

Commit

Permalink
flux/dockerfile RUN echo a.12; \
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 28, 2024
1 parent c1d19a7 commit a56a1af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ FROM alpine:3.13.12 AS files2
# fonts: DejaVuSansMono
git clone https://gitee.com/g-system/fk-fonts /tmp/powerline-fonts; \
dst=/rootfs/usr/share/fonts/DejaVuSansMono; \
mkdir -p $dst; \cp -a /tmp/powerline-fonts/DejaVuSansMono/*.ttf $dst/; \
\
mkdir -p $dst; \cp -a /tmp/powerline-fonts/DejaVuSansMono/*.ttf $dst/;

RUN echo a.12; \
dst=/rootfs/usr/local/static/.dotfiles; \
mkdir -p $dst; git clone --depth=1 https://gitee.com/infrastlabs/dotfiles.git $dst; \
exit 0;
Expand Down

0 comments on commit a56a1af

Please sign in to comment.