Skip to content
Snippets Groups Projects
Commit 0cbcac7b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix texlive:2018 image

parent 987bfc6b
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pacman -Sy --noconfirm gcc make grep awk git tar
# RUN pacman -Sy --noconfirm texlive-most texlive-lang
# RUN pacman -Sy --noconfirm qpdf poppler
RUN pacman -Sy --noconfirm texlive-most texlive-lang
RUN pacman -Sy --noconfirm qpdf poppler
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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment