build toolchain by default.

This commit is contained in:
licsber 2024-03-08 22:28:45 +08:00
parent 047702438d
commit efe97a2a18

View File

@ -29,4 +29,7 @@ RUN cd lede && \
make defconfig && \
make download -j8
RUN cd lede && \
make -j
CMD ['bash']