We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandoc
calibre-bin
1 parent c80bcf5 commit 737bb95Copy full SHA for 737bb95
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
# Use Ubuntu-based image instead of Alpine to avoid musl libc issues with SQLite JDBC
2
FROM bellsoft/liberica-openjre-debian:24.0.2
3
4
-# Install calibre
+# Install pandoc
5
RUN apt-get update && \
6
- apt-get install -y calibre-bin && \
+ apt-get install -y pandoc && \
7
apt-get clean && \
8
rm -rf /var/lib/apt/lists/*
9
0 commit comments