fix image installs

This commit is contained in:
2021-02-17 22:51:37 +01:00
parent 78a833da2f
commit cf45bcef73

View File

@@ -7,9 +7,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.li
dpkg --add-architecture armhf && \
apt-get update -y && \
apt-get install -y build-essential dpkg-dev dpkg-cross \
devscripts make ccache distcc \
build-essential:armhf dpkg-dev:armhf \
devscripts:armhf make:armhf ccache distcc && \
devscripts make ccache distcc && \
apt-get remove --purge -y exim* && \
apt-get autoremove --purge -y && \
apt-get clean -y && \