1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:48 +02:00

update openwrt

This commit is contained in:
kev 2016-07-20 12:58:50 +08:00
parent f0f84759a3
commit 02dd89c61f
2 changed files with 3 additions and 4 deletions

View File

@ -8,14 +8,15 @@ MAINTAINER kev <noreply@easypi.info>
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

View File

@ -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