This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new b3fe217 Fix E2E workflow (#7377)
b3fe217 is described below
commit b3fe217e0803ac5b054901a7bd6c4534ebc1ff4b
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Dec 13 20:20:20 2021 +0800
Fix E2E workflow (#7377)
---
dolphinscheduler-standalone-server/src/main/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-standalone-server/src/main/docker/Dockerfile
b/dolphinscheduler-standalone-server/src/main/docker/Dockerfile
index 0a59d25..1822047 100644
--- a/dolphinscheduler-standalone-server/src/main/docker/Dockerfile
+++ b/dolphinscheduler-standalone-server/src/main/docker/Dockerfile
@@ -22,7 +22,7 @@ ENV TZ Asia/Shanghai
ENV DOLPHINSCHEDULER_HOME /opt/dolphinscheduler
RUN apt update ; \
- apt install -y curl ; \
+ apt install -y curl sudo ; \
rm -rf /var/lib/apt/lists/*
WORKDIR $DOLPHINSCHEDULER_HOME