mirror of
https://github.com/alljoynsville/openwrt-builder.git
synced 2026-08-21 13:22:54 +00:00
Initial commit
This commit is contained in:
+10
@@ -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
|
||||
Reference in New Issue
Block a user