Skip to content

Commit d04b34d

Browse files
authored
Use cfl4 of patched fork
1 parent 3c543d4 commit d04b34d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.

src/Pdf2Html/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:noble AS build-pdf2htmlex
55

66
WORKDIR /source
77
RUN 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
99
WORKDIR /source/pdf2htmlEX
1010

1111
RUN ./buildScripts/buildInstallLocallyApt
@@ -23,7 +23,7 @@ RUN apt update && apt install -y wget
2323
RUN wget http://archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.0.3-0ubuntu1_amd64.deb
2424
RUN apt install -y ./libjpeg-turbo8_2.0.3-0ubuntu1_amd64.deb
2525
COPY --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

2828
WORKDIR /app
2929
COPY --from=build /app ./

0 commit comments

Comments
 (0)