fix image installs

This commit is contained in:
2021-02-18 10:53:59 +01:00
parent 9c1f15b467
commit d82c770c7d

View File

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