Skip to content
Snippets Groups Projects
texlive:2018 592 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
FROM archlinux/base
MAINTAINER Tamas Gal <tgal@km3net.de>

 RUN pacman -Sy --noconfirm gcc make grep awk git tar
Tamas Gal's avatar
Tamas Gal committed

Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm texlive-most texlive-lang
 RUN pacman -Sy --noconfirm qpdf poppler
Tamas Gal's avatar
Tamas Gal committed

 RUN curl -O https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz; \
     tar xvzf julia-1.2.0-linux-x86_64.tar.gz -C /usr/local --strip-components=1 julia-1.2.0; \
     rm julia-1.2.0-linux-x86_64.tar.gz
Tamas Gal's avatar
Tamas Gal committed

Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm python python-pip
 RUN pip install -U pip setuptools
 RUN pip install matplotlib numpy pandas scipy pygments docopt