Add coreutils to bindep on platform apk

Alpine by default comes with busybox and its version of 'du'. This
version doesn't have the '--max-depth' switch. While this can be fixed
in zuul it further unlike the gnu version of du counts the files that
are hard linked to the cache. This makes it unsuitable for zuul and we
need to require the gnu version on alpine.

Change-Id: I39032a7ea6e7b0262eed8b1c49128e64f06029d7
This commit is contained in:
Tobias Henkel 2018-09-29 09:20:56 +02:00
parent c5241c0492
commit 518dbaf1f4
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 0 deletions

View File

@ -48,3 +48,4 @@ gettext [platform:apk]
unzip [platform:apk]
openssh-client [platform:debian platform:apk]
openssh [platform:rpm]
coreutils [platform:apk]