Skip to content

Commit

Permalink
Add working Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Mar 29, 2019
1 parent 111f8b5 commit 3980077
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ RUN apk update && apk upgrade && \
apk add build-base gcc wget git

RUN mkdir /opt/analyzer
COPY -r . /opt/analyzer
COPY . /opt/analyzer
WORKDIR /opt/analyzer

RUN git clone https://github.com/exercism/ruby-analyzer.git .

RUN git checkout b42a07d9417e058557bff3039547f57fb87ce56e && bundle install >aa

RUN bundle exec ruby manual_test.rb >bb
RUN bundle install

0 comments on commit 3980077

Please sign in to comment.