Skip to content

Commit

Permalink
Merge pull request #35 from jemand771/dev
Browse files Browse the repository at this point in the history
texlive 2022, ubuntu 22.10 base
  • Loading branch information
jemand771 authored Feb 9, 2023
2 parents ec3672b + d12bcd9 commit b6edae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.10
WORKDIR /tmp
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
Expand All @@ -18,7 +18,7 @@ RUN ./bootstrap
RUN ./configure
RUN make -j4

FROM ubuntu:20.04
FROM ubuntu:22.10

COPY --from=0 /tmp/diff-pdf/diff-pdf /bin/diff-pdf
RUN apt-get update &&\
Expand Down Expand Up @@ -49,7 +49,7 @@ RUN apt-get update &&\
rm -rf /var/lib/apt/lists/*

# install custom pygments lexers
WORKDIR /usr/local/lib/python3.8/dist-packages/pygments/lexers
WORKDIR /usr/local/lib/python3.10/dist-packages/pygments/lexers
COPY pygments-lexers/* .
RUN python3 _mapping.py

Expand Down

0 comments on commit b6edae7

Please sign in to comment.