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 &&\