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 2016-11-17 11:13:41 +02:00 committed by GitHub
parent 2f8973d979
commit 3f7a2498b4

View File

@ -6,7 +6,7 @@ RUN apt-get -qq update && \
apt-get clean && \
useradd -m openwrt && \
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
RUN sudo -iu openwrt git clone git://git.openwrt.org/15.05/openwrt.git
RUN sudo -iu openwrt openwrt/scripts/feeds update
USER openwrt
WORKDIR /home/openwrt/openwrt
RUN git clone git://git.openwrt.org/15.05/openwrt.git
RUN openwrt/scripts/feeds update && rm -rf tmp