fix: install file in precommit (#5730)
continuous-integration/drone/push Build is passing

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5730
This commit was merged in pull request #5730.
This commit is contained in:
2026-02-26 13:06:19 +00:00
co-authored by Darragh Elliott
parent baf96e4d11
commit 6e595e8b60
+1
View File
@@ -5,6 +5,7 @@ COPY --from=ghcr.io/astral-sh/uv /uv /uvx /bin/
# Install deps
RUN apt-get update && apt-get install --yes --no-install-recommends \
composer \
file \
git \
libxml2 \
libxml2-utils \