This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 2. Setup Locales
|
||||
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG=en_US.utf8
|
||||
|
||||
# 3. Copy Gradle (This is fine as is)
|
||||
|
||||
Reference in New Issue
Block a user