Skip to content

Commit

Permalink
Added newer version of pdftk-java
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Sep 1, 2023
1 parent ce6db93 commit ffa0522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ uuid-dev \
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash \
&& apt-get install -y nodejs \
&& apt-get -y autoremove \
# These lines for pdftk-java can be removed once on 22.10 or higher
&& curl http://ftp.us.debian.org/debian/pool/main/p/pdftk-java/pdftk-java_3.3.3-1_all.deb --output pdftk-java.deb \
&& dpkg -i pdftk-java.deb \
&& rm pdftk-java.deb \
&& npm install -g @mermaid-js/mermaid-cli
RUN DEBIAN_FRONTEND=noninteractive \
bash -c \
Expand Down

0 comments on commit ffa0522

Please sign in to comment.