Skip to content

Instantly share code, notes, and snippets.

@hovsater
Last active April 25, 2022 16:31
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 hovsater/ffd95d7486f64d4bd88afdec3843460f to your computer and use it in GitHub Desktop.
Save hovsater/ffd95d7486f64d4bd88afdec3843460f to your computer and use it in GitHub Desktop.
FROM ubuntu:focal
ENV LANG en_US.UTF-8
RUN apt-get update && apt-get install -y locales && locale-gen en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment