bugfix:容器镜像中安装jinja2

This commit is contained in:
fumingwei
2023-12-19 10:55:27 +08:00
parent 3a5a1af41d
commit 7b83ac00ef

View File

@@ -140,3 +140,6 @@
- name: "install python3 prettytable"
shell: python3 -m pip install prettytable
- name: "install python3 jinja2"
shell: python3 -m pip install jinja2