请教青龙面板安装lxml依赖问题

青龙面板安装lxml依赖问题
请各位朋友指导一下怎么办,请指教一下我该如何安装成功。
青龙是安装在docker下的。

青龙面板在python3下边安装lxml依赖,安装了很多次都失败
已经在linux下面安装了lxml、libxslt 、libxslt-devel 、bizCode、libxml2、bizMsg这些依赖。
在python下面安装了wheel依赖
现在安装lxml依赖,总是报错
报错内容如下
开始安装依赖 lxml,开始时间 2022/11/26 下午9:59:19

Collecting lxml

Using cached lxml-4.9.1.tar.gz (3.4 MB)

ERROR: Command errored out with exit status 1:
 command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-aa_382gu/lxml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-aa_382gu/lxml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-h4junvw8
     cwd: /tmp/pip-install-aa_382gu/lxml/
Complete output (3 lines):
Building lxml version 4.9.1.
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
----------------------------------------

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

依赖安装失败,结束时间 2022/11/26 下午9:59:45,耗时 25.909 秒