1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-07 07:56:33 +00:00

Update Dockerfile

This commit is contained in:
alljoynsville 2018-08-08 12:38:48 +03:00 committed by GitHub
parent 58926f6b78
commit a50b8db381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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