Skip to content

Commit

Permalink
Try that again.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Oct 4, 2022
1 parent c540c3c commit d8005bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.latex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
COPY . /build

RUN apt-get update -qq && \
apt-get install -qq git make texlive fonts-inconsolata && \
apt-get install -qq git make texlive texlive-fonts-extra && \
apt-get clean

RUN cd /build && make

0 comments on commit d8005bc

Please sign in to comment.