Skip to content

Commit

Permalink
biber fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 5, 2021
1 parent 3670636 commit bb60491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ LABEL "maintainer"="Yegor Bugayenko"
RUN gem install texsc
RUN gem install texqc
RUN apt install -y aspell
RUN apt install -y biber

RUN tlmgr --verify-repo=none update --self
RUN tlmgr --verify-repo=none install latexmk
RUN tlmgr --verify-repo=none install biber

RUN apt install -y python3-pygments
RUN pip3 install pygments
Expand Down

0 comments on commit bb60491

Please sign in to comment.