Skip to content

Commit ebbfd85

Browse files
committed
Add missing libs needed for SWT
1 parent 9477a83 commit ebbfd85

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
FROM maven:3.9-eclipse-temurin-21
44
#FROM eclipse-temurin:21-jdk
55

6-
# Install pandoc besides other useful tools
6+
# Install pandoc and libgtk libs (for SWT) besides other required tools
77
RUN apt-get update && \
88
apt-get install -y --no-install-recommends \
99
curl \
1010
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 \
1114
fonts-noto-cjk \
1215
libgd3 \
1316
&& \

0 commit comments

Comments
 (0)