From a2e0a378b6f6214ecad0a0294172fc37681cd8a4 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:53:54 +0100 Subject: [PATCH] install vim --- docker/prod/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 74c1e196b..84073144b 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -59,7 +59,8 @@ RUN apk add --no-cache \ git \ git-lfs \ jq \ - lsof + lsof \ + vim # Configure shell aliases RUN echo "alias ll='ls -al'" >> /etc/profile && \