Update Dockerfile.lede

This commit is contained in:
Jiale Liu 2023-03-18 01:04:23 +08:00 committed by GitHub
parent f692c099ed
commit 52cddc7828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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