From a15f00700c9d3905c5daff75868daca4193371db Mon Sep 17 00:00:00 2001 From: anshajsingh <42251874+anshajsingh@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:34:23 +0530 Subject: [PATCH] Adding vi editor to backup-daemon terminal --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 014e387..4c2cea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,8 @@ RUN apt-get --no-install-recommends install -y comerr-dev \ libsasl2-dev libldap2-dev libssl-dev \ postgresql-13 postgresql-14 postgresql-15 postgresql-16 \ jq \ - openssl curl + openssl curl \ + vim RUN python3 -m pip install -U setuptools==70.0.0 RUN python3 -m pip install --no-cache-dir -r /root/requirements.txt \ && python3 -m pip install --upgrade pip \