fix: add package xmlsec-dev in apiserver docker image (#2718)

* add `xmlsec-dev` package

* test new image

* fix changes
This commit is contained in:
Akshat Jain
2025-03-12 12:37:21 +05:30
committed by sriram veeraghanta
parent dc92ed5c62
commit 7d170ce467

View File

@@ -27,6 +27,7 @@ RUN apk add --no-cache --virtual .build-deps \
"postgresql-dev" \
"libc-dev" \
"linux-headers" \
"xmlsec-dev"\
&& \
pip install -r requirements.txt --compile --no-cache-dir \
&& \