Neurita/neuro_docker

[BUG] Error building docker image

erramuzpe opened this issue · 0 comments

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