SyntaxFix
Write A Post
Hire A Developer
Questions
For Dockerfile, this works for me:
RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8
How to install locale-gen?
docker ubuntu /bin/sh: 1: locale-gen: not found