10000 Install Vim for our vagrant boxes (#325) · python/psf-salt@90cca29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90cca29

Browse files
authored
Install Vim for our vagrant boxes (#325)
1 parent 0a21948 commit 90cca29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ENV LC_ALL en_US.UTF-8
2121

2222
COPY ./docker/etc/ssl/private/dhparams.pem /etc/ssl/private/dhparams.pem
2323

24+
# Install Vim
25+
RUN apt-get install -y vim
26+
2427
# Needed to run systemd
2528
# VOLUME [ "/sys/fs/cgroup" ]
2629
# Doesn't appear to be necessary? See comments

0 commit comments

Comments
 (0)
0