1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00

Update Dockerfile

This commit is contained in:
alljoynsville 2017-02-15 20:26:57 +02:00 committed by GitHub
parent 94cb79a796
commit 8ab0c56a51

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