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

Commit 3d210cc

Browse files
authored
Updating docker build to fix Python Click library issue (#3596)
1 parent ac82daf commit 3d210cc

5 files changed

+15
-0
lines changed

docker/dist/Dockerfile.dist.debian10

+3
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ RUN sh /opt/heron-docker/scripts/install-zookeeper.sh $ZK_DIST
5959

6060
ADD dist/conf/zookeeper.conf /opt/zookeeper/conf/zookeeper.conf
6161
ADD dist/conf/sandbox.conf /etc/supervisor/conf.d/
62+
63+
ENV LC_ALL C.UTF-8
64+
ENV LANG C.UTF-8

docker/dist/Dockerfile.dist.debian9

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ RUN sh /opt/heron-docker/scripts/install-zookeeper.sh $ZK_DIST
6060

6161
ADD dist/conf/zookeeper.conf /opt/zookeeper/conf/zookeeper.conf
6262
ADD dist/conf/sandbox.conf /etc/supervisor/conf.d/
63+
64+
ENV LC_ALL C.UTF-8
65+
ENV LANG C.UTF-8

docker/dist/Dockerfile.dist.ubuntu16.04

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ RUN sh /opt/heron-docker/scripts/install-zookeeper.sh $ZK_DIST
6767

6868
ADD dist/conf/zookeeper.conf /opt/zookeeper/conf/zookeeper.conf
6969
ADD dist/conf/sandbox.conf /etc/supervisor/conf.d/
70+
71+
ENV LC_ALL C.UTF-8
72+
ENV LANG C.UTF-8

docker/dist/Dockerfile.dist.ubuntu18.04

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ RUN sh /opt/heron-docker/scripts/install-zookeeper.sh $ZK_DIST
6060

6161
ADD dist/conf/zookeeper.conf /opt/zookeeper/conf/zookeeper.conf
6262
ADD dist/conf/sandbox.conf /etc/supervisor/conf.d/
63+
64+
ENV LC_ALL C.UTF-8
65+
ENV LANG C.UTF-8

docker/dist/Dockerfile.dist.ubuntu20.04

+3
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ RUN sh /opt/heron-docker/scripts/install-zookeeper.sh $ZK_DIST
6262

6363
ADD dist/conf/zookeeper.conf /opt/zookeeper/conf/zookeeper.conf
6464
ADD dist/conf/sandbox.conf /etc/supervisor/conf.d/
65+
66+
ENV LC_ALL C.UTF-8
67+
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)