Update Dockerfile

This commit is contained in:
alljoynsville
2017-02-15 20:26:57 +02:00
committed by GitHub
parent 94cb79a796
commit 8ab0c56a51
+1 -1
View File
@@ -10,6 +10,6 @@ USER openwrt
RUN cd /home/openwrt && \
git clone https://github.com/openwrt/openwrt.git && \
cd openwrt && \
openwrt/scripts/feeds update && \
./scripts/feeds update && \
rm -rf tmp
WORKDIR /home/openwrt/openwrt