File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ ADD get-docker-url.sh /get-docker-url.sh
6
6
ADD get-docker-compose-url.sh /get-docker-compose-url.sh
7
7
RUN ./setup.sh java17 java21
8
8
9
+ ENV LANG en_US.UTF-8
10
+ ENV LANGUAGE en_US:en
11
+ ENV LC_ALL en_US.UTF-8
9
12
ENV JAVA_HOME /opt/openjdk
10
13
ENV PATH $JAVA_HOME/bin:$PATH
11
14
ADD docker-lib.sh /docker-lib.sh
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ ADD get-docker-url.sh /get-docker-url.sh
6
6
ADD get-docker-compose-url.sh /get-docker-compose-url.sh
7
7
RUN ./setup.sh java17
8
8
9
+ ENV LANG en_US.UTF-8
10
+ ENV LANGUAGE en_US:en
11
+ ENV LC_ALL en_US.UTF-8
9
12
ENV JAVA_HOME /opt/openjdk
10
13
ENV PATH $JAVA_HOME/bin:$PATH
11
14
ADD docker-lib.sh /docker-lib.sh
Original file line number Diff line number Diff line change 2
2
set -ex
3
3
4
4
# ##########################################################
5
- # UTILS
5
+ # OS and UTILS
6
6
# ##########################################################
7
7
8
8
export DEBIAN_FRONTEND=noninteractive
9
9
apt-get update
10
- apt-get install --no-install-recommends -y tzdata ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
10
+ apt-get install --no-install-recommends -y locales tzdata ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq
11
+ locale-gen en_US.utf8
11
12
ln -fs /usr/share/zoneinfo/UTC /etc/localtime
12
13
dpkg-reconfigure --frontend noninteractive tzdata
13
14
rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments