Skip to content

Missing matching shared libraries #610

@netrix

Description

@netrix

I'm creating a library in C++ for which I'm adding bindings to python using the C interface. To do this I'm using python-dev package to bulid the Python package.

I've noticed that while using proper docker image (i.e. python: 3.8-slim) to target each python version (i.e. python 3.8) it is creating a package for that version but since python-dev relies on the system version (buster) it is always linked to python-3.7 shared libraries because all versions of Python images use the same buster image as a a base)

is it an oversight or it is correct and I'm doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions