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:
Thomas Huth 2021-04-14 10:19:03 +02:00
parent 2d3fc4e2b0
commit 5a487950f9
5 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ENV PACKAGES \
alsa-lib-dev \
bash \
binutils \
ccache \
coreutils \
curl-dev \
g++ \

View File

@ -1,6 +1,7 @@
FROM fedora:33
ENV PACKAGES \
bzip2 \
ccache \
diffutils \
findutils \
gcc \

View File

@ -4,6 +4,7 @@ FROM fedora:33
ENV PACKAGES \
bc \
bzip2 \
ccache \
diffutils \
findutils \
gcc \

View File

@ -4,6 +4,7 @@ FROM fedora:33
ENV PACKAGES \
bc \
bzip2 \
ccache \
diffutils \
findutils \
gcc \

View File

@ -5,6 +5,7 @@ ENV PACKAGES \
bc \
brlapi-devel \
bzip2 \
ccache \
cyrus-sasl-devel \
gcc \
gcc-c++ \