Initial commit

This commit is contained in:
George Jiglau
2014-03-21 16:28:52 +02:00
commit 74d078e330
2 changed files with 27 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM ubuntu:13.10
RUN apt-get update &&\
apt-get install -y git-core subversion build-essential gcc-multilib \
libncurses5-dev zlib1g-dev gawk flex gettext &&\
apt-get clean &&\
useradd -m openwrt &&\
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt &&\
sudo -iu openwrt git clone git://git.openwrt.org/12.09/openwrt.git &&\
sudo -iu openwrt openwrt/scripts/feeds update