Update Dockerfile

This commit is contained in:
alljoynsville
2018-08-08 12:38:48 +03:00
committed by GitHub
parent 58926f6b78
commit a50b8db381
+1 -1
View File
@@ -11,7 +11,7 @@ USER openwrt
RUN cd /home/openwrt && \
git clone --depth 1 --branch v18.06.0 https://git.openwrt.org/openwrt/openwrt.git openwrt && \
cd openwrt && \
./scripts/feeds update && \
./scripts/feeds update -a && \
rm -rf tmp
WORKDIR /home/openwrt/openwrt