fix image installs

This commit is contained in:
2021-02-17 23:15:57 +01:00
parent 97705c0f6e
commit ac8611ac8c

View File

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