mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +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
Notes:
sideshowbarker
2024-07-18 12:41:26 +09:00
Author: https://github.com/gmta
Commit: 6af9d87258
Pull-request: https://github.com/SerenityOS/serenity/pull/7873
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