We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c2150 commit 36cf5cfCopy full SHA for 36cf5cf
Dockerfile
@@ -4,9 +4,7 @@ MAINTAINER ian.miell@gmail.com
4
5
RUN apt-get update
6
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
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y graphviz ruby-dev gem build-essential
10
RUN gem install docker-api sinatra
11
12
ADD . /usr/src/app/
0 commit comments