mirror of https://github.com/xqemu/xqemu.git
docker: optimize debian9 base image
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
2a444f55eb
commit
aaa6ccc9ff
|
@ -18,11 +18,12 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata
|
||||||
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||||
apt install -y --no-install-recommends \
|
apt install -y --no-install-recommends \
|
||||||
bison \
|
bison \
|
||||||
binutils-multiarch \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
clang \
|
|
||||||
flex \
|
flex \
|
||||||
git \
|
git \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python-minimal
|
psmisc \
|
||||||
|
python \
|
||||||
|
texinfo \
|
||||||
|
$(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\ -f2)
|
||||||
|
|
Loading…
Reference in New Issue