Skip to content

Add ONBUILD installing required libraries #1

@vlcinsky

Description

@vlcinsky

Installing lxml, pyyaml, pyzmq and couple of other python packages will currently fail, as they require some libraries in system to be installed.

One solution is to prepare the basic python image with all of them already installed:

$ apt-get install python-dev libxml2-dev libxslt-dev lib32z1-dev libyaml-dev libzmq-dev

Another solution would be to add another ONBUILD line before calling $ pip install -r requirements which would call a script (e.g. called pre-install-dependencies.sh) installing those dependencies.

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