Saturday, December 9, 2017

docker ubuntu /bin/sh: 1: locale-gen: not found

docker ubuntu /bin/sh: 1: locale-gen: not found

In Dockerfile:

RUN apt-get install -y locales
RUN locale-gen en_US.UTF-8

Reference:

https://stackoverflow.com/questions/39760663/docker-ubuntu-bin-sh-1-locale-gen-not-found

No comments: