Skip to content

Commit 6716561

Browse files
committedApr 10, 2015
Add to install vim
1 parent d7e54ca commit 6716561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM ruby
44

55
## APT-GET
6-
RUN apt-get update && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/*
6+
RUN apt-get update && apt-get install -y vim && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/*
77

88
## WORKING DIRECTORY
99
RUN mkdir -p /var/www/html

0 commit comments

Comments
 (0)