Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Docker fix#16

Open
Mephisztoe wants to merge 2 commits intozincio:masterfrom
Mephisztoe:docker-fix
Open

Docker fix#16
Mephisztoe wants to merge 2 commits intozincio:masterfrom
Mephisztoe:docker-fix

Conversation

@Mephisztoe
Copy link
Copy Markdown

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.

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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant