all on cmd
This commit is contained in:
@@ -3,9 +3,8 @@ FROM debian:stable
|
|||||||
# APT-cache for all
|
# APT-cache for all
|
||||||
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 && \
|
||||||
RUN dpkg --add-architecture armhfapt-get update -y && \
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
build-essential dpkg-dev dpkg-cross \
|
build-essential dpkg-dev dpkg-cross \
|
||||||
devscripts make ccache distcc \
|
devscripts make ccache distcc \
|
||||||
|
|||||||
Reference in New Issue
Block a user