We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab8e8 commit 8063aecCopy full SHA for 8063aec
docker/Dockerfile
@@ -1,5 +1,9 @@
1
FROM ubuntu:latest
2
3
+# Set the locale
4
+RUN locale-gen en_US.UTF-8
5
+ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
6
+
7
# Combine all apt-get install commands or Docker will attempt to use cache
8
RUN apt-get update && apt-get install -y \
9
autoconf \
0 commit comments