Fix Firecrawl install: add ccache dependency for koffi native build (#16746)

* Fix firecrawl

* Add ccache to dependencies in firecrawl.sh
This commit is contained in:
Michel Roegl-Brunner
2026-08-25 11:13:24 +02:00
committed by GitHub
parent dbfe293040
commit 1bc1b0e9bd
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ function update_script() {
exit
fi
ensure_dependencies build-essential
ensure_dependencies build-essential ccache
if check_for_gh_release "firecrawl" "firecrawl/firecrawl"; then
msg_info "Stopping Services"

View File

@@ -16,6 +16,7 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
ccache \
cmake \
git \
nftables \