Skip to content

Commit

Permalink
[stdevMac] refs #8 Updated dockerfile for wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac authored Apr 21, 2019
1 parent 0d9f75e commit 581da7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/images/dev-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ RUN bundle config --global frozen 1

WORKDIR /usr/src/skyapi_ruby
COPY ./lib/skyapi .
#RUN bundle config --delete frozen && bundle update && gem update --system
#RUN bundle install
RUN bundle config --delete frozen
RUN bundle update

RUN bundle install
RUN gem update --system
#RUN gem build skyapi.gemspec && gem install ./sky_api-0.25.1.gem

0 comments on commit 581da7e

Please sign in to comment.