Clear apt cache to reduce image size
This commit is contained in:
parent
2158329058
commit
102510ac0e
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user