Toolchain: Add ccache to Dockerfile

Following up on 2d38d56e, we were missing this in our Dockerfile.
This commit is contained in:
Jelle Raaijmakers 2021-06-07 13:46:29 +02:00 committed by Andreas Kling
parent 3c5ce9b5b7
commit 6af9d87258

View file

@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y \
&& apt-get install -y \
build-essential \
ccache \
cmake \
curl \
genext2fs \