1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-06 15:36:24 +00:00

Merge pull request #2 from ddrown/patch-2

Add wget, unzip, and python to package list
This commit is contained in:
George Jiglau 2014-07-11 11:13:28 +03:00
commit 8255522a6c

View File

@ -2,7 +2,7 @@ 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 &&\
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python &&\
apt-get clean &&\
useradd -m openwrt &&\
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt &&\