Skip to content

Commit 737bb95

Browse files
committed
Update Dockerfile to use pandoc instead of calibre-bin
1 parent c80bcf5 commit 737bb95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Use Ubuntu-based image instead of Alpine to avoid musl libc issues with SQLite JDBC
22
FROM bellsoft/liberica-openjre-debian:24.0.2
33

4-
# Install calibre
4+
# Install pandoc
55
RUN apt-get update && \
6-
apt-get install -y calibre-bin && \
6+
apt-get install -y pandoc && \
77
apt-get clean && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)