Skip to content

Commit

Permalink
Adding vi editor to backup-daemon terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
anshajsingh committed Feb 3, 2025
1 parent cf57dc5 commit a15f007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a15f007

Please sign in to comment.