Skip to content

Commit c8822ae

Browse files
committed
Dockerfile: drop ccache from deps
1 parent f02a034 commit c8822ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
5858
autoconf \
5959
automake \
6060
autopoint \
61-
ccache \
6261
cmake \
6362
g++ \
6463
gcc \

doc/source/quickstart.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
7373
autoconf \
7474
automake \
7575
autopoint \
76-
ccache \
7776
cmake \
7877
g++ \
7978
gcc \

0 commit comments

Comments
 (0)