Skip to content

Commit

Permalink
Providing diff-pdf for LaTeX image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Aug 22, 2023
1 parent 21d0c68 commit 52b4c4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/bindist/diff-pdf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/annex/objects/MD5E-s183920--d447dbd1658fc8cbf35a223de65c61bd
10 changes: 8 additions & 2 deletions code/images/Containerfile.latex
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ RUN apt-get update -q && apt-get install -qy \
RUN tlmgr install \
sourceserifpro

RUN wget https://github.com/vslavik/diff-pdf.git
RUN cd diff-pdf; ./bootstrap; ./configure; make; make install
#RUN apt-get install -qy \
# automake \
# wget \
# zathura-pdf-poppler
# RUN git clone https://github.com/vslavik/diff-pdf.git
#RUN wget https://github.com/vslavik/diff-pdf/archive/refs/tags/v0.5.1.tar.gz; tar xvf v0.5.1.tar.gz
#RUN cd diff-pdf-0.5.1; ./bootstrap; ./configure; make; make install
COPY code/bindist/diff-pdf /usr/bin/diff-pdf

ENV HOME /data
WORKDIR /data

0 comments on commit 52b4c4f

Please sign in to comment.