From e92aecc5d6f1562c9febb64cb0ea1c79f03ff132 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Fri, 3 Nov 2023 16:20:26 +0100
Subject: [PATCH] [FIX] add libxml2 and libxslt dev package

---
 17.0.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/17.0.Dockerfile b/17.0.Dockerfile
index 774187c..797971e 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 &&\
+        apt-get install -y --no-install-recommends build-essential 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
-- 
GitLab