1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-08-15 13:06:53 +00:00

Update Dockerfile

This commit is contained in:
alljoynsville 2016-05-10 12:38:12 +03:00
parent 42f4daa980
commit 126f671766

View File

@ -1,7 +1,7 @@
FROM ubuntu:trusty FROM ubuntu:trusty
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y git-core subversion build-essential gcc-multilib ccache \ apt-get install -y git-core subversion build-essential gcc-multilib ccache quilt \
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python vim && \ libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python vim && \
apt-get clean && \ apt-get clean && \
useradd -m openwrt && \ useradd -m openwrt && \