Compare commits

..

1 Commits

Author SHA1 Message Date
3efc72f79e Enable SDL2 and Qt6 2025-06-22 22:40:51 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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*