You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2021/12/13 11:56:51 UTC

[dolphinscheduler] 01/01: Fix E2E workflow

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch bugfix/e2e
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit cf90a7669085e80376e494f29474ff46253b13ac
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Dec 13 19:56:02 2021 +0800

    Fix E2E workflow
---
 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