odyslam / ddapptools

Docker-dapptools: A drop-in docker replacement for dapptools.
https://dapp.tools/
MIT License
38 stars 4 forks source link

Add explicitly the locale to UTF-8 #13

Closed odyslam closed 3 years ago

odyslam commented 3 years ago

The non-explcit setup of LANG env variable caused the bug: https://gitlab.haskell.org/ghc/ghc/-/issues/8118 at random intervals.

This commits installes the locale package and sets the appropriate env variabvles.