See also https://github.com/tianon/docker-brew-ubuntu-core/issues/82
The locales package has been removed from the base ubuntu image. This commit
is setting up an UTF-8 environment in the base OME Files C++ Docker image so
that consumers do not have to workaround it.
To test this PR, download the daily merge image, execute it and check the locale is properly set
docker pull snoopycrimecop/ome-files-cpp-u1604:master_merge_daily
docker run --rm -it snoopycrimecop/ome-files-cpp-u1604:master_merge_daily
% locale
See also https://github.com/tianon/docker-brew-ubuntu-core/issues/82 The locales package has been removed from the base ubuntu image. This commit is setting up an UTF-8 environment in the base OME Files C++ Docker image so that consumers do not have to workaround it.
To test this PR, download the daily merge image, execute it and check the locale is properly set