diff --git a/static/Dockerfile b/static/Dockerfile index 3bc319e..ed1f219 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -29,13 +29,13 @@ RUN apt-get update -qq &&\ apt-get install -f && \ \ # Clean up + tlmgr update --self && \ + tlmgr install scheme-full && \ apt-get autoclean && \ apt-get autoremove && \ rm -rf /var/lib/apt/lists/* \ /tmp/* \ - /var/tmp/* && \ - tlmgr update --self && \ - tlmgr install scheme-full + /var/tmp/* # Expose /home as workin dir