Clear apt cache to reduce image size
This commit is contained in:
		@@ -3,4 +3,7 @@ FROM rustlang/rust:nightly
 | 
			
		||||
RUN cargo install --force clippy cargo-cov && \
 | 
			
		||||
    echo deb http://ftp.debian.org/debian stretch-backports main >> /etc/apt/sources.list && \
 | 
			
		||||
    apt update && \
 | 
			
		||||
    apt install -y llvm-6.0
 | 
			
		||||
    apt install -y \
 | 
			
		||||
      llvm-6.0
 | 
			
		||||
      && \
 | 
			
		||||
    rm -rf /var/lib/apt/lists/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user