File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ LABEL org.label-schema.schema-version="1.0" \
16
16
org.opencontainers.image.revision="$REVISION" \
17
17
org.opencontainers.image.source="https://github.com/Alfresco/alfresco-docker-base-java"
18
18
19
- ENV LANG en_US.UTF-8
20
- ENV LANGUAGE en_US:en
21
- ENV LC_ALL en_US.UTF-8
22
-
23
19
ENV JAVA_HOME=/usr/lib/jvm/java
24
20
25
21
RUN set -eux; \
Original file line number Diff line number Diff line change 1
1
# Centos 7 Base Image for Alfresco Base Java Image
2
2
FROM centos:7.9.2009
3
+
4
+ ENV LANG en_US.UTF-8
5
+ ENV LANGUAGE en_US:en
6
+ ENV LC_ALL en_US.UTF-8
7
+
3
8
RUN set -eux; \
4
9
deps=" \
5
10
bind-license-9.11.4-26.P2.el7_9.5 \
Original file line number Diff line number Diff line change 1
1
# Centos 8 Base Image for Alfresco Base Java Image
2
2
FROM centos:8.3.2011
3
+
4
+ ENV LANG en_US.UTF-8
5
+ ENV LANGUAGE en_US:en
6
+ ENV LC_ALL en_US.UTF-8
7
+
3
8
RUN set -eux; \
4
9
deps=" \
5
10
bash-4.4.19-14.el8 \
You can’t perform that action at this time.
0 commit comments