Closed JiyangZhang closed 1 month ago
Fixes #210
matplotlib__matplotlib instances pre_install timeout.
Disable the interactive prompt while installing tzdata with DEBIAN_FRONTEND=noninteractive prefix which will set the timezone to UTC as default. Otherwise the installation process will pause forever.
DEBIAN_FRONTEND=noninteractive
🧡 Thanks for contributing!
Thanks for this catch @JiyangZhang and @klieret for approval, merging!
Reference Issues/PRs
Fixes #210
What does this implement/fix? Explain your changes.
matplotlib__matplotlib instances pre_install timeout.
Disable the interactive prompt while installing tzdata with
DEBIAN_FRONTEND=noninteractive
prefix which will set the timezone to UTC as default. Otherwise the installation process will pause forever.Any other comments?
🧡 Thanks for contributing!