mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00
Toolchain: Add ccache
to Dockerfile
Following up on 2d38d56e
, we were missing this in our Dockerfile.
This commit is contained in:
parent
3c5ce9b5b7
commit
6af9d87258
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
RUN apt-get update -y \
|
||||
&& apt-get install -y \
|
||||
build-essential \
|
||||
ccache \
|
||||
cmake \
|
||||
curl \
|
||||
genext2fs \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue