Remove cached .deb files to reduce image size

This commit is contained in:
Nick Thomas 2017-02-10 16:39:23 +00:00
parent 3a23bcdbf0
commit 0108ade696

View file

@ -19,6 +19,8 @@ apt-get install -yqq --force-yes git
rm /etc/apt/sources.list.d/stretch.list
apt-get update -yqqq
apt-get clean -yqq
# Set UTF-8
# http://stackoverflow.com/a/3182519/2137281
LOC=$'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8'