We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9477a83 commit ebbfd85Copy full SHA for ebbfd85
1 file changed
docker/Dockerfile
@@ -3,11 +3,14 @@
3
FROM maven:3.9-eclipse-temurin-21
4
#FROM eclipse-temurin:21-jdk
5
6
-# Install pandoc besides other useful tools
+# Install pandoc and libgtk libs (for SWT) besides other required tools
7
RUN apt-get update && \
8
apt-get install -y --no-install-recommends \
9
curl \
10
pandoc \
11
+ libgtk-3-0 libgdk-pixbuf2.0-0 libcairo2 libpango-1.0-0 libx11-6 libxext6 \
12
+ libxrender1 libxrandr2 libxtst6 libxi6 libxinerama1 libatk1.0-0 libasound2t64 \
13
+ libnss3 xvfb \
14
fonts-noto-cjk \
15
libgd3 \
16
&& \
0 commit comments