File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ COPY scripts/. ./
1717
1818RUN zypper -n update \
1919 && zypper -n install \
20+ ccache \
2021 cmake \
2122 curl \
2223 gcc \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments