This is an automated email from the ASF dual-hosted git repository.
chenxingchun pushed a commit to branch 1.3.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.2-release by this push:
new eefb0bf [Hotfix][ci] Fix e2e ci docker image build error
new 1141ab6 Merge pull request #3513 from
yangyichao-mango/hotfix-docker-1.3.2
eefb0bf is described below
commit eefb0bf0314b95b85a8b7c26af62e871a1c4ec6f
Author: Yichao Yang <[email protected]>
AuthorDate: Sat Aug 15 20:35:04 2020 +0800
[Hotfix][ci] Fix e2e ci docker image build error
---
docker/build/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile
index bb69347..ebc2d76 100644
--- a/docker/build/Dockerfile
+++ b/docker/build/Dockerfile
@@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND noninteractive
#If install slowly, you can replcae alpine's mirror with aliyun's mirror,
Example:
#RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g"
/etc/apk/repositories
RUN apk update && \
- apk add dos2unix shadow bash openrc python python3 sudo vim wget iputils
net-tools openssh-server py2-pip tini && \
+ apk --update add --no-cache dos2unix shadow bash openrc python2 python3
sudo vim wget iputils net-tools openssh-server py-pip tini && \
apk add --update procps && \
openrc boot && \
pip install kazoo