mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-23 02:02:25 +02:00
Compare commits
1 Commits
update-lin
...
3efc72f79e
Author | SHA1 | Date | |
---|---|---|---|
3efc72f79e |
@@ -10,7 +10,8 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
libtool \
|
||||
libtool-bin \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
|
||||
COPY \
|
||||
imagefiles/install-buildroot-toolchain.sh \
|
||||
|
@@ -26,7 +26,8 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
libtool \
|
||||
libtool-bin \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
|
||||
ENV XCC_PREFIX=/usr/xcc
|
||||
|
||||
|
@@ -42,4 +42,8 @@ RUN \
|
||||
python-is-python3 \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/apt/ \
|
||||
&& rm -rf /var/lib/dpkg/ \
|
||||
&& rm -rf /var/cache/ \
|
||||
&& rm -rf /var/log/ \
|
||||
&& rm /etc/ssh/*key*
|
||||
|
Reference in New Issue
Block a user