Skip to content

Commit

Permalink
Install Perl (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Nov 16, 2017
1 parent cdeef2f commit ae70271
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
FROM ubuntu:xenial

LABEL Description="Dockerized MiKTeX, Ubuntu 16.04" Vendor="Christian Schenk" Version="2.9.6433"
LABEL Description="Dockerized MiKTeX, Ubuntu 16.04" Vendor="Christian Schenk" Version="2.9.6526"

RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889
RUN echo "deb http://miktex.org/download/ubuntu xenial universe" | tee /etc/apt/sources.list.d/miktex.list
RUN apt-get update
RUN apt-get install apt-transport-https -y
RUN apt-get install miktex -y

RUN apt-get install perl -y

RUN initexmf --admin --force --mklinks
RUN mpm --admin --install amsfonts
RUN initexmf --admin --mkmaps
Expand Down

0 comments on commit ae70271

Please sign in to comment.