mirror of https://gitee.com/openkylin/qemu.git
tests/docker/dockerfiles: Add ccache to containers where it was missing
Make sure that ccache is available in all containers. Message-Id: <20210414081907.871437-2-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
2d3fc4e2b0
commit
5a487950f9
|
@ -9,6 +9,7 @@ ENV PACKAGES \
|
|||
alsa-lib-dev \
|
||||
bash \
|
||||
binutils \
|
||||
ccache \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
g++ \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
FROM fedora:33
|
||||
ENV PACKAGES \
|
||||
bzip2 \
|
||||
ccache \
|
||||
diffutils \
|
||||
findutils \
|
||||
gcc \
|
||||
|
|
|
@ -4,6 +4,7 @@ FROM fedora:33
|
|||
ENV PACKAGES \
|
||||
bc \
|
||||
bzip2 \
|
||||
ccache \
|
||||
diffutils \
|
||||
findutils \
|
||||
gcc \
|
||||
|
|
|
@ -4,6 +4,7 @@ FROM fedora:33
|
|||
ENV PACKAGES \
|
||||
bc \
|
||||
bzip2 \
|
||||
ccache \
|
||||
diffutils \
|
||||
findutils \
|
||||
gcc \
|
||||
|
|
|
@ -5,6 +5,7 @@ ENV PACKAGES \
|
|||
bc \
|
||||
brlapi-devel \
|
||||
bzip2 \
|
||||
ccache \
|
||||
cyrus-sasl-devel \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
|
|
Loading…
Reference in New Issue