Skip to content

Commit 9da3452

Browse files
committed
container: install ccache
ccache is not available on Rocky Linux. Signed-off-by: Peter Colberg <[email protected]>
1 parent 4401942 commit 9da3452

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

container/debian-11-arm-dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN dpkg --add-architecture armhf \
2121
&& DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade \
2222
build-essential \
2323
ca-certificates \
24+
ccache \
2425
cmake \
2526
curl \
2627
git \

container/opensuse-leap-15-dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY scripts/. ./
1717

1818
RUN zypper -n update \
1919
&& zypper -n install \
20+
ccache \
2021
cmake \
2122
curl \
2223
gcc \

container/ubuntu-18.04-dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get -y update \
3232
&& DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade \
3333
build-essential \
3434
ca-certificates \
35+
ccache \
3536
cmake \
3637
curl \
3738
git \

container/ubuntu-20.04-dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get -y update \
1919
&& DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade \
2020
build-essential \
2121
ca-certificates \
22+
ccache \
2223
cmake \
2324
curl \
2425
git \

container/ubuntu-22.04-dev/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get -y update \
2525
&& DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade \
2626
build-essential \
2727
ca-certificates \
28+
ccache \
2829
clang-format-13 \
2930
cmake \
3031
curl \

0 commit comments

Comments
 (0)