This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch atlas-2.5 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.5 by this push: new 25f3717e9 ATLAS-4989: Add vim in docker base image (#284) 25f3717e9 is described below commit 25f3717e9bdeea0f4ef65a3774e9c177b8370a7e Author: Abhishek Kumar <a...@apache.org> AuthorDate: Mon Feb 10 10:37:18 2025 -0800 ATLAS-4989: Add vim in docker base image (#284) (cherry picked from commit f0a6ab24a5d62368bd1caa0e7a2aec9252315ace) --- dev-support/atlas-docker/Dockerfile.atlas-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/atlas-docker/Dockerfile.atlas-base b/dev-support/atlas-docker/Dockerfile.atlas-base index ef762d19f..abc2b68d3 100644 --- a/dev-support/atlas-docker/Dockerfile.atlas-base +++ b/dev-support/atlas-docker/Dockerfile.atlas-base @@ -22,7 +22,7 @@ ARG ATLAS_BASE_JAVA_VERSION # Install tzdata, Python, Java RUN apt-get update && \ - DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata \ + DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata vim\ python3 python3-pip openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk bc iputils-ping ssh pdsh # Set environment variables