Support build as user (#405)

* Support build as user

* Update enter.sh

* Update Dockerfile

* Update enter.sh

* Update entry.sh
This commit is contained in:
Pascal Vizeli
2019-05-14 01:16:40 +02:00
committed by GitHub
parent 5f1fadad29
commit e8d14bdc60
3 changed files with 15 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Build Tools
RUN apt-get update && apt-get install -y --no-install-recommends \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev sudo \
git make g++ file perl bash binutils locales qemu-utils bison flex \
&& rm -rf /var/lib/apt/lists/*