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

Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm make grep glibc awk sed
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm git
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm arpack openblas
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm texlive-most texlive-lang
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm qpdf poppler
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm python python-pip
 RUN pip install -U pip setuptools
 RUN pip install matplotlib pandas numpy scipy pygments docopt
Tamas Gal's avatar
Tamas Gal committed
 RUN pacman -Sy --noconfirm julia