fix image installs
This commit is contained in:
@@ -7,7 +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 make ccache distcc \
|
||||||
|
build-essential:armhf gcc: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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user