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 <[email protected]> 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
