浏览代码

Merge branch 'feat/behavior_record' of FanYanPeng/EAI-Backend into refactor

WuZiLong 7 月之前
父节点
当前提交
1f9fca8c8d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -24,6 +24,11 @@ RUN apt-get update && \
     ttf-dejavu \
     libfreetype6 \
     libfontconfig1 \
+    libx11-6 \
+    libxext6 \
+    libxi6 \
+    libxtst6 \
+    libxrender1 \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 # Copy the built JAR file from the previous stage to the container