From 02dd89c61f0b2123107df045d176d7214332b741 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 20 Jul 2016 12:58:50 +0800 Subject: [PATCH] update openwrt --- openwrt/Dockerfile | 6 ++---- openwrt/README.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/openwrt/Dockerfile b/openwrt/Dockerfile index c8f6924..68accdc 100644 --- a/openwrt/Dockerfile +++ b/openwrt/Dockerfile @@ -8,14 +8,15 @@ MAINTAINER kev RUN set -xe \ && apt-get update \ && apt-get install -y build-essential \ - ccache \ curl \ + file \ gawk \ gettext \ git \ libncurses5-dev \ libssl-dev \ mercurial \ + python \ subversion \ sudo \ tree \ @@ -23,9 +24,6 @@ RUN set -xe \ wget \ xsltproc \ zlib1g-dev \ - && rm -rf /var/lib/apt/lists/* - -RUN set -xe \ && useradd -m openwrt \ && echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt diff --git a/openwrt/README.md b/openwrt/README.md index 2001834..555613e 100644 --- a/openwrt/README.md +++ b/openwrt/README.md @@ -29,6 +29,7 @@ $ docker-compose exec openwrt bash >>> ./scripts/feeds install vim tmux htop >>> make V=s +>>> sudo apt install asciidoc >>> export TERM=xterm >>> git clone https://github.com/shadowsocks/openwrt-shadowsocks.git package/shadowsocks-libev >>> make menuconfig