make(ci): cleanup

This commit is contained in:
Corentin Le Molgat
2023-02-10 15:08:42 +01:00
parent 857fdb7e91
commit c871345d3f

View File

@@ -6,7 +6,7 @@ ENV PATH=/usr/local/bin:$PATH
RUN apt-get update -qq \
&& apt-get install -yq \
git wget libssl-dev build-essential cmake \
autoconf libtool zlib1g-dev lsb-release \
lsb-release \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
CMD [ "/bin/bash" ]