Update Dockerfile
This commit is contained in:
		@@ -1,10 +1,12 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
FROM luki42/latex-full:static
 | 
					FROM luki42/latex-full:static
 | 
				
			||||||
MAINTAINER luki42
 | 
					MAINTAINER luki42
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# set up packages
 | 
					# set up packages
 | 
				
			||||||
RUN tlmgr update --self &&\
 | 
					RUN tlmgr update --self && \
 | 
				
			||||||
    tlmgr update --all
 | 
					    tlmgr update --all && \
 | 
				
			||||||
 | 
					    rm -rf /var/lib/apt/lists/* \
 | 
				
			||||||
 | 
					       /tmp/* \
 | 
				
			||||||
 | 
					       /var/tmp/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Expose /home as workin dir
 | 
					# Expose /home as workin dir
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user