This is an automated email from the ASF dual-hosted git repository.
chenxingchun pushed a commit to branch 1.3.6-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.6-prepare by this push:
new ed5a750 [1.3.6-prepare][Docker] Fix pstree not found in docker (#5217)
ed5a750 is described below
commit ed5a7509c41d72d2cb031a6452896e018d6b43e6
Author: Shiwen Cheng <[email protected]>
AuthorDate: Tue Apr 6 15:35:04 2021 +0800
[1.3.6-prepare][Docker] Fix pstree not found in docker (#5217)
---
docker/build/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile
index 774e9cf..d7659af 100644
--- a/docker/build/Dockerfile
+++ b/docker/build/Dockerfile
@@ -33,7 +33,7 @@ ENV DOCKER true
# echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security
buster/updates main contrib non-free"; \
# } > /etc/apt/sources.list
RUN apt-get update && \
- apt-get install -y --no-install-recommends tzdata dos2unix python
supervisor procps netcat sudo tini && \
+ apt-get install -y --no-install-recommends tzdata dos2unix python
supervisor procps psmisc netcat sudo tini && \
echo "Asia/Shanghai" > /etc/timezone && \
rm -f /etc/localtime && \
dpkg-reconfigure tzdata && \