misc improvments

This commit is contained in:
Craig
2020-02-04 15:38:19 +00:00
parent ce319ce334
commit f5936f7dda
8 changed files with 219 additions and 7 deletions

View File

@ -14,7 +14,6 @@ RUN set -eux; apt-get update; \
#
# clean up
apt-get --purge autoremove -y unzip; \
apt-get autoremove -y; \
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*