Skip to content

Commit b9a6975

Browse files
committed
chore: Add vim
1 parent 7c4b591 commit b9a6975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN apt-get update && \
1010
libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev autoconf \
1111
ca-certificates \
1212
wget \
13-
ssh && \
13+
ssh \
14+
vim && \
1415
rm -rf /var/lib/apt/lists/*
1516

1617
WORKDIR /git

0 commit comments

Comments
 (0)