Skip to content

Commit

Permalink
added vim to build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 14, 2019
1 parent c66d101 commit 1160ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/qfs-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM worker-node:latest
# need python 2 for webserver

RUN apt-get update \
&& apt-get install -y python2.7 less wget \
&& apt-get install -y python2.7 less wget vim \
&& ln -s /usr/bin/python2.7 /usr/bin/python2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 1160ff1

Please sign in to comment.