Enable SDL2 and Qt6

This commit is contained in:
2025-06-22 22:40:51 +02:00
parent 76dedb50da
commit d01cbaa098
4 changed files with 135 additions and 25 deletions

View File

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

View File

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

View File

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