File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.1
4+
5+ * Update to ` cfl4 ` of CFL patched fork.
6+ * Reduce unnecessary nesting of spans.
7+
38## 0.3.0
49
510* Switch to ` cfl3 ` CFL patched fork instead of patching as part of this build.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM ubuntu:noble AS build-pdf2htmlex
55
66WORKDIR /source
77RUN apt update && apt install -y git patch sudo
8- RUN git clone --depth=1 --branch 0.18.8.rc1-cfl3 https://github.com/CoreFiling/pdf2htmlEX
8+ RUN git clone --depth=1 --branch fbfa07fdc1fd14bee2cb6f4c0f5f85e017bc6614 https://github.com/CoreFiling/pdf2htmlEX
99WORKDIR /source/pdf2htmlEX
1010
1111RUN ./buildScripts/buildInstallLocallyApt
@@ -23,7 +23,7 @@ RUN apt update && apt install -y wget
2323RUN wget http://archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.0.3-0ubuntu1_amd64.deb
2424RUN apt install -y ./libjpeg-turbo8_2.0.3-0ubuntu1_amd64.deb
2525COPY --from=build-pdf2htmlex /source/pdf2htmlEX/imageBuild/*.deb /pdf2htmlEX/
26- RUN apt install -y libjpeg62 libopenjp2-7 /pdf2htmlEX/pdf2htmlEX-0.18.8.rc1-cfl3- *-x86_64.deb
26+ RUN apt install -y libjpeg62 libopenjp2-7 /pdf2htmlEX/pdf2htmlEX-*-x86_64.deb
2727
2828WORKDIR /app
2929COPY --from=build /app ./
You can’t perform that action at this time.
0 commit comments