Update Dockerfile
This commit is contained in:
parent
5887422c16
commit
a0f5cde4ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user