install vim

This commit is contained in:
peaklabs-dev 2024-11-14 12:53:54 +01:00
parent 5ec202dbe0
commit a2e0a378b6
No known key found for this signature in database

View file

@ -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 && \