mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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: https://github.com/SerenityOS/serenity/commit/6af9d87258c 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…
Reference in a new issue