install vim
This commit is contained in:
parent
5ec202dbe0
commit
a2e0a378b6
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ RUN apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
jq \
|
jq \
|
||||||
lsof
|
lsof \
|
||||||
|
vim
|
||||||
|
|
||||||
# Configure shell aliases
|
# Configure shell aliases
|
||||||
RUN echo "alias ll='ls -al'" >> /etc/profile && \
|
RUN echo "alias ll='ls -al'" >> /etc/profile && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue