Skip to content

Commit

Permalink
Merge pull request #27 from cr0wg4n/fix/build
Browse files Browse the repository at this point in the history
fix: matching miktex repository with ubuntu version
  • Loading branch information
edocevoli authored Jul 10, 2021
2 parents 0187b26 + aee714a commit c1f2d4c
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 @@ -16,7 +16,7 @@ RUN apt-get update \
perl

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889
RUN echo "deb http://miktex.org/download/ubuntu focal universe" | tee /etc/apt/sources.list.d/miktex.list
RUN echo "deb http://miktex.org/download/ubuntu bionic universe" | tee /etc/apt/sources.list.d/miktex.list

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit c1f2d4c

Please sign in to comment.