add apt-get clean

This commit is contained in:
Brandon Ros
2020-05-31 23:44:47 -04:00
committed by GitHub
parent 658fbfa987
commit 875b4014d1

View File

@ -2,7 +2,8 @@ FROM dockcross/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
RUN apt-get update && apt-get -y install \
libelf-dev
libelf-dev && \
apt-get clean --yes
ENV CROSS_TRIPLE x86_64-linux-gnu
ENV CROSS_ROOT /usr/bin