Update Dockerfile

This commit is contained in:
alljoynsville
2016-03-03 23:17:13 +02:00
parent ebb6beb8ab
commit dbaa63500c
+1
View File
@@ -8,4 +8,5 @@ RUN apt-get update -qq && \
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
RUN sudo -iu openwrt git clone git://git.openwrt.org/14.07/openwrt.git
RUN sudo -iu openwrt openwrt/scripts/feeds update
USER openwrt
WORKDIR /home/openwrt/openwrt