diff --git a/17.0.Dockerfile b/17.0.Dockerfile index 797971e74d934521a2cfde29ce83f164ff72e7e5..acf2d1ffc38a113e6950657551b33baaaa136e92 100644 --- a/17.0.Dockerfile +++ b/17.0.Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12-slim-bookworm AS builder RUN set -x; \ apt-get update &&\ - apt-get install -y --no-install-recommends build-essential libldap2-dev libpq-dev libsasl2-dev libxml2-dev libxslt1-dev &&\ + apt-get install -y --no-install-recommends build-essential libfreetype-dev libldap2-dev libpq-dev libsasl2-dev libxml2-dev libxslt1-dev &&\ pip install wheel &&\ pip wheel --wheel-dir=/svc/wheels -r https://raw.githubusercontent.com/oca/OCB/17.0/requirements.txt &&\ # astor required by base_view_inheritance_extension