Skip to content

Commit 36cf5cf

Browse files
committedFeb 11, 2015
working
1 parent f1c2150 commit 36cf5cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ MAINTAINER ian.miell@gmail.com
44

55
RUN apt-get update
66

7-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y graphviz
8-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ruby-dev
9-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gem
7+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y graphviz ruby-dev gem build-essential
108
RUN gem install docker-api sinatra
119

1210
ADD . /usr/src/app/

0 commit comments

Comments
 (0)
Please sign in to comment.