Neurita / neuro_docker

A Dockerfile to create a Ubuntu docker for neuroimaging
MIT License
10 stars 5 forks source link

[BUG] Error building docker image #2

Closed erramuzpe closed 7 years ago

erramuzpe commented 7 years ago

docker build -t="dockerfile/neuro" .

/bin/sh: locale-gen: command not found
The command '/bin/sh -c echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen &&     locale-gen en_US.utf8 &&     /usr/sbin/update-locale LANG=en_US.UTF-8' returned a non-zero code: 127

Easy to solve, uncommenting apt-get -y install apt-utils locales, wait for my PR