Skip to content

Commit

Permalink
Updated dockerfile to use the new gem
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Oct 5, 2018
1 parent d5c20bf commit b1dff07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ RUN ruby --version
RUN apt-get update && \
apt-get install cmake -y
WORKDIR /tmp
RUN gem install docopt
RUN gem install rugged

RUN git clone https://github.com/Praqma/PlusBump.git -b rebirth .
RUN gem build plusbump.gemspec
RUN gem install plusbump-2.0.pre.alpha.gem
RUN gem install plusbump --pre

RUN mkdir -p /repo
WORKDIR /repo
Expand Down

0 comments on commit b1dff07

Please sign in to comment.