Skip to content

Commit

Permalink
flux/dockerfile RUN echo a.121; \
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jul 2, 2024
1 parent ac10e4a commit 6d071b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ 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.12; \
RUN echo a.121; \
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 6d071b6

Please sign in to comment.