From 2c8d871ab434b4f1ac20a6ffa280a461eafceed8 Mon Sep 17 00:00:00 2001 From: ddrown Date: Thu, 10 Jul 2014 22:46:58 -0500 Subject: [PATCH] Add wget, unzip, and python to package list --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ff6e9b..0ae6feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\