1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-09-01 12:26:01 +00:00

Update Label in Dockerfile

This commit is contained in:
2021-04-22 14:56:37 +02:00
committed by GitHub
parent 02cc14beed
commit 0e81958957

View File

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