mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
add apt-get clean
This commit is contained in:
parent
658fbfa987
commit
875b4014d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user