build-deps ain't necessary either

This commit is contained in:
2021-02-16 17:57:38 +01:00
parent 90c527d7c7
commit 6ae29df2d6

View File

@@ -9,7 +9,6 @@ RUN apt-get update -y &&\
apt-get install -y \
procps build-essential dpkg-dev dpkg-cross \
devscripts make ccache distcc && \
apt-get build-dep -y linux-source && \
apt-get remove --purge -y exim* && \
apt-get autoremove --purge -y && \
apt-get clean -y && \