Skip to content

Commit

Permalink
chore: Add vim
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 20, 2020
1 parent 7c4b591 commit b9a6975
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 @@ -10,7 +10,8 @@ RUN apt-get update && \
libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev autoconf \
ca-certificates \
wget \
ssh && \
ssh \
vim && \
rm -rf /var/lib/apt/lists/*

WORKDIR /git
Expand Down

0 comments on commit b9a6975

Please sign in to comment.