1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-14 08:14:56 +00:00

Update Dockerfile

This commit is contained in:
Briffou 2019-05-05 09:17:56 -04:00 committed by GitHub
parent 12665a86f7
commit ee58cb50cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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