more cleanups
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user