2023年 9月14日 星期四 00时23分34秒 CST test by bot.

This commit is contained in:
licsber 2023-09-14 00:23:34 +08:00
parent e1a6bc9bcf
commit 68c67e0582

View File

@ -19,7 +19,7 @@ RUN cd lede && \
./scripts/feeds install -a
RUN cd lede && \
make defconfig \
make defconfig && \
make download -j8
CMD ['bash']