Clean up apt directories after we are done.
This commit is contained in:
parent
a62fa88008
commit
55a105f4ce
@ -47,6 +47,7 @@ RUN set -ex; \
|
||||
| xargs -rt apt-mark manual; \
|
||||
\
|
||||
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
|
||||
apt-get clean ;\
|
||||
rm -rf /var/lib/apt/lists/* ;\
|
||||
\
|
||||
# enable mod_rewrite
|
||||
|
Loading…
Reference in New Issue
Block a user