Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker fix #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker fix #16

wants to merge 2 commits into from

Conversation

Mephisztoe
Copy link

The Dockerfile sets up an image based on Ubuntu:Trusty. The working ruby version on this distribution is not compatible with bundler, so the easiest way to get things working is by installing an older version of bundler.

@@ -2,7 +2,7 @@ FROM ubuntu:trusty

RUN apt-get update
RUN apt-get install -yq ruby ruby-dev build-essential git
RUN gem install --no-ri --no-rdoc bundler
RUN gem install --no-ri --no-rdoc bundler -v=1.17.3
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be even more clever to update the whole Image instead...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant