Update Dockerfile

This commit is contained in:
Pascal Vizeli 2019-05-12 22:57:52 +02:00 committed by GitHub
parent 6bda70a451
commit 5971ee1a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
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/*
WORKDIR /build