Update Dockerfile.lede

This commit is contained in:
Jiale Liu 2023-03-18 00:24:54 +08:00 committed by GitHub
parent 2ffcb87fdb
commit 4ebc57b2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ RUN cd lede && \
COPY openwrt-config/lede.x86.config lede/.config COPY openwrt-config/lede.x86.config lede/.config
RUN cd lede && \ RUN cd lede && \
make defconfig && \
make download -j8 make download -j8
CMD ['bash'] CMD ['bash']