mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Force C locale in Dockerfile generation
Turns out bash sorting behaviour differs between locales, causing cache mismatches...
This commit is contained in:
parent
91b977f84d
commit
73f17b7213
@ -3,6 +3,8 @@ set -e
|
||||
cd "$(dirname "$0")"
|
||||
source util/vars.sh
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
rm -f Dockerfile Dockerfile.{dl,final,dl.final}
|
||||
|
||||
layername() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user