projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24044d4
)
docker: add common packages to debian base
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Tue, 18 Jul 2017 00:31:34 +0000
(21:31 -0300)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 18 Jul 2017 09:54:30 +0000
(10:54 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/debian9.docker
patch
|
blob
|
history
diff --git
a/tests/docker/dockerfiles/debian9.docker
b/tests/docker/dockerfiles/debian9.docker
index c74f71283c35558fee5c475bb3ef2a31761bf9f6..6b6bf41421a42f42b153c75ed276b8cb0642f3fa 100644
(file)
--- a/
tests/docker/dockerfiles/debian9.docker
+++ b/
tests/docker/dockerfiles/debian9.docker
@@
-18,8
+18,11
@@
RUN DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
bison \
+ binutils-multiarch \
build-essential \
ca-certificates \
clang \
flex \
- git
+ git \
+ pkg-config \
+ python-minimal