mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-23 10:12:24 +02:00
Compare commits
1 Commits
3efc72f79e
...
update-lin
Author | SHA1 | Date | |
---|---|---|---|
d01cbaa098 |
@@ -10,8 +10,7 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
libtool \
|
||||
libtool-bin \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
&& apt-get autoremove --yes
|
||||
|
||||
COPY \
|
||||
imagefiles/install-buildroot-toolchain.sh \
|
||||
|
@@ -26,8 +26,7 @@ RUN apt-get update --yes && apt-get install --no-install-recommends --yes \
|
||||
libtool \
|
||||
libtool-bin \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
&& apt-get autoremove --yes
|
||||
|
||||
ENV XCC_PREFIX=/usr/xcc
|
||||
|
||||
|
@@ -42,8 +42,4 @@ 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