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

Update to TexLive 2020

This commit is contained in:
Thomas Briffard 2020-04-16 14:15:11 -04:00 committed by GitHub
parent 5bdb2f2e4b
commit a45ced1e4e
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 2019
# current version : Tex Live 2020
FROM phusion/baseimage
LABEL version="24 February 2020"
LABEL version="16 April 2020"
RUN apt-get update && apt-get install -y ghostscript xz-utils wget bsdtar perl && \
apt-get clean