new dockerfile for latest - updates only

This commit is contained in:
2020-04-20 17:58:25 +00:00
parent 164d3b5de3
commit 42c607ec12
4 changed files with 105 additions and 0 deletions

12
latest/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM luki42/latex-full:static
MAINTAINER luki42
# set up packages
RUN tlmgr update --self &&\
tlmgr update --all
# Expose /home as workin dir
WORKDIR /home
VOLUME ["/home"]