Update Dockerfile
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user