FROM luki42/latex-full:static MAINTAINER luki42 # set up packages RUN tlmgr update --self && \ tlmgr update --all && \ rm -rf /var/lib/apt/lists/* \ /tmp/* \ /var/tmp/* # Expose /home as workin dir WORKDIR /home VOLUME ["/home"]