wuzilong 7 месяцев назад
Родитель
Сommit
298bcf13c9
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