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

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new f0a6ab24a ATLAS-4989: Add vim in docker base image (#284)
f0a6ab24a is described below

commit f0a6ab24a5d62368bd1caa0e7a2aec9252315ace
Author: Abhishek Kumar <a...@apache.org>
AuthorDate: Mon Feb 10 10:37:18 2025 -0800

    ATLAS-4989: Add vim in docker base image (#284)
---
 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

Reply via email to