ome / ome-files-cpp-u1604-docker

Docker image for OME Files C++ on Ubuntu 16.04
https://hub.docker.com/r/openmicroscopy/ome-files-cpp-u1604/
Other
0 stars 3 forks source link

Install locales and set up an UTF-8 environment #10

Closed sbesson closed 7 years ago

sbesson commented 7 years ago

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
rleigh-codelibre commented 7 years ago

This works correctly for me and is good to merge.