Update Dockerfile.lede

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

View File

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