distcc and ccache?

This commit is contained in:
2021-02-16 17:48:25 +01:00
parent a9598aacb2
commit d414591340

View File

@@ -8,7 +8,7 @@ RUN echo 'deb-src http://apt-cache.lan/deb.debian.org/debian stable main' > /etc
RUN apt-get update
RUN apt-get install -y \
procps build-essential dpkg-dev dpkg-cross \
devscripts make
devscripts make ccache distcc
RUN apt-get build-dep -y linux-source
#Cleanups