Skip to content

Instantly share code, notes, and snippets.

@denkiryokuhatsuden
Created September 12, 2018 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denkiryokuhatsuden/3a1eaa9a582beb74691cba3687e7cf51 to your computer and use it in GitHub Desktop.
Save denkiryokuhatsuden/3a1eaa9a582beb74691cba3687e7cf51 to your computer and use it in GitHub Desktop.
dockerでfedoraいれて、glibc-commonを入れてもlocaleが変なとき用、多分
FROM fedora
RUN dnf -y install glibc-langpack-ja
# ... 他のRUN
ENV LANGUAGE="ja_JP:ja" LC_ALL="ja_JP.UTF-8"
ENV TZ="Aisa/Tokyo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment