1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-11 23:04:57 +00:00

Update label and TexLive version

This commit is contained in:
Briffou 2018-04-29 16:45:00 -04:00 committed by GitHub
parent 7702013098
commit 4c48958f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# Docker for Tex Live
# current version : Tex Live 2017
# current version : Tex Live 2018
FROM phusion/baseimage
LABEL version="19 january 2018"
LABEL version="29 April 2018"
RUN apt-get update && apt-get install -y ghostscript xz-utils wget bsdtar perl && \
apt-get clean