Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit c6f634b

Browse files
authored
Adding missing ENV variables for Centos 7 image (#3617)
1 parent b400818 commit c6f634b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/dist/Dockerfile.dist.centos7

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
FROM centos:centos7
1919

20+
ENV LC_ALL en_US.utf8
21+
2022
RUN yum -y install epel-release \
2123
&& yum -y update \
2224
&& yum -y install \
@@ -30,6 +32,8 @@ RUN yum -y install epel-release \
3032
which \
3133
&& yum clean all
3234

35+
ENV JAVA_HOME /usr/
36+
3337
ADD artifacts /heron
3438

3539
WORKDIR /heron

0 commit comments

Comments
 (0)