Skip to content

Commit 506095a

Browse files
matteslord
authored andcommitted
Add git to allow rake build
1 parent 7452f6b commit 506095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM ubuntu:trusty
22

33
RUN apt-get update
4-
RUN apt-get install -yq ruby ruby-dev build-essential
4+
RUN apt-get install -yq ruby ruby-dev build-essential git
55
RUN gem install --no-ri --no-rdoc bundler
66
ADD Gemfile /app/Gemfile
77
ADD Gemfile.lock /app/Gemfile.lock
88
RUN cd /app; bundle install
99
ADD . /app
1010
EXPOSE 4567
1111
WORKDIR /app
12-
CMD ["bundle", "exec", "middleman", "server"]
12+
CMD ["bundle", "exec", "middleman", "server"]

0 commit comments

Comments
 (0)