Skip to content

Commit 4a11400

Browse files
committed
Need to install vim, not vi. Docker build fixed.
1 parent 45881e8 commit 4a11400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/setup/package_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apt-get -y -q install pgbouncer
3636
# install alternate editor and tmux and other utilities
3737
apt-get -y -q install joe
3838
apt-get -y -q install nano
39-
apt-get -y -q install vi
39+
apt-get -y -q install vim
4040
apt-get -y -q install tmux
4141

4242
echo ''

0 commit comments

Comments
 (0)