Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add ONBUILD installing required libraries #1

Copy link
Copy link
@vlcinsky

Description

@vlcinsky
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.