@@ -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