mirror of
https://github.com/alljoynsville/openwrt-builder
synced 2025-06-07 07:56:33 +00:00
Update Dockerfile
This commit is contained in:
parent
58926f6b78
commit
a50b8db381
@ -11,7 +11,7 @@ USER openwrt
|
|||||||
RUN cd /home/openwrt && \
|
RUN cd /home/openwrt && \
|
||||||
git clone --depth 1 --branch v18.06.0 https://git.openwrt.org/openwrt/openwrt.git openwrt && \
|
git clone --depth 1 --branch v18.06.0 https://git.openwrt.org/openwrt/openwrt.git openwrt && \
|
||||||
cd openwrt && \
|
cd openwrt && \
|
||||||
./scripts/feeds update && \
|
./scripts/feeds update -a && \
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
|
|
||||||
WORKDIR /home/openwrt/openwrt
|
WORKDIR /home/openwrt/openwrt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user