mirror of
https://github.com/alljoynsville/openwrt-builder.git
synced 2026-08-12 17:02:58 +00:00
Update Dockerfile
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
FROM ubuntu:trusty
|
||||
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install -y -q git-core subversion build-essential gcc-multilib ccache \
|
||||
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python && \
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git-core subversion build-essential gcc-multilib ccache \
|
||||
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python vim && \
|
||||
apt-get clean && \
|
||||
useradd -m openwrt && \
|
||||
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt
|
||||
|
||||
Reference in New Issue
Block a user