mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove cached .deb files to reduce image size
This commit is contained in:
parent
3a23bcdbf0
commit
0108ade696
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue