all on cmd

This commit is contained in:
2021-02-17 22:28:51 +01:00
parent 8f0aa1b491
commit f24b0494ad

View File

@@ -4,9 +4,9 @@ FROM debian:stable
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \ sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
echo 'deb-src http://apt-cache.lan/deb.debian.org/debian stable main' > /etc/apt/sources.list.d/src.list && \ echo 'deb-src http://apt-cache.lan/deb.debian.org/debian stable main' > /etc/apt/sources.list.d/src.list && \
dpkg --add-architecture armhfapt-get update -y && \ dpkg --add-architecture armhf && \
apt-get install -y \ apt-get update -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 dpkg-dev:armhf dpkg-cross:armhf \ build-essential:armhf dpkg-dev:armhf dpkg-cross:armhf \
devscripts:armhf make:armhf ccache distcc && \ devscripts:armhf make:armhf ccache distcc && \