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

Update label in Dockerfile

This commit is contained in:
Thomas Briffard 2020-02-24 08:28:12 -05:00 committed by GitHub
parent 8b8d74790d
commit 5bdb2f2e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# current version : Tex Live 2019
FROM phusion/baseimage
LABEL version="17 August 2019"
LABEL version="24 February 2020"
RUN apt-get update && apt-get install -y ghostscript xz-utils wget bsdtar perl && \
apt-get clean