Skip to content
This repository has been archived by the owner. It is now read-only.
This repository has been archived by the owner. It is now read-only.

ONBUILD conflicts with items that need to be installed first #28

@MisinformedDNA

Description

@MisinformedDNA

ONBUILD is running "bundle install" as soon as my Dockerfile is run. This appears to be correct behavior.

But one of my gems, 'tiny_tds' requires 'freetds' it to be installed first. I can't install it first because ONBUILD is running first. The same thing would happen if Postgres or MySQL were not installed before the bundle install.

Is there a way to handle this scenario?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions