Skip to content

Commit 6af9d87

Browse files
gmtaawesomekling
authored andcommitted
Toolchain: Add ccache to Dockerfile
Following up on 2d38d56, we were missing this in our Dockerfile.
1 parent 3c5ce9b commit 6af9d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Toolchain/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update -y \
66
&& apt-get install -y \
77
build-essential \
8+
ccache \
89
cmake \
910
curl \
1011
genext2fs \

0 commit comments

Comments
 (0)