more cleanups

This commit is contained in:
2021-02-16 17:28:51 +01:00
parent ad9dfd46a7
commit 801c0a8b2d

View File

@@ -10,6 +10,8 @@ RUN apt-get install -y \
RUN apt-get build-dep -y linux-source
#Cleanups
RUN apt-get remove --purge -y exim*
RUN apt-get autoremove --purge -y
RUN apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/*