build: install clang-extra-tools for clang-format in backend image

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 08:07:50 -06:00
parent 7974d12475
commit 322acc543f

View File

@@ -20,7 +20,8 @@ apk add --no-cache \
libjpeg-turbo libjpeg-turbo-dev \
zlib zlib-dev \
freetype freetype-dev \
supervisor openssl nginx curl unzip
supervisor openssl nginx curl unzip \
clang-extra-tools
pip install --no-cache-dir -r /app/deploy/requirements.txt
apk del gcc libc-dev python3-dev libpq-dev libjpeg-turbo-dev zlib-dev freetype-dev
EOS