1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-07 16:06:28 +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 && \ RUN cd /home/openwrt && \
git clone https://github.com/openwrt/openwrt.git && \ git clone https://github.com/openwrt/openwrt.git && \
cd openwrt && \ cd openwrt && \
openwrt/scripts/feeds update && \ ./scripts/feeds update && \
rm -rf tmp rm -rf tmp
WORKDIR /home/openwrt/openwrt WORKDIR /home/openwrt/openwrt