new dockerfile for latest - updates only
This commit is contained in:
12
latest/Dockerfile
Normal file
12
latest/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user