mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
fix: add package xmlsec-dev in apiserver docker image (#2718)
* add `xmlsec-dev` package * test new image * fix changes
This commit is contained in:
committed by
sriram veeraghanta
parent
dc92ed5c62
commit
7d170ce467
@@ -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 \
|
||||
&& \
|
||||
|
||||
Reference in New Issue
Block a user