Skip to content

slim-buster image doesn't work properly (after 3.9) #547

@MikkelHJuul

Description

@MikkelHJuul

works:

FROM python:3.8-slim-buster

RUN pip install confluent_kafka

does not work

FROM python:3.9-slim-buster

RUN pip install confluent_kafka

throws errors on missing gcc
when after installing gcc, it throws errors on librdkafka, then after installing that you try installing confluent_platform. THEN you figure out that it's the python docker image thats the issue, not your dependencies...

attachment to document my steps to reproduce (using a gitlab-runner and gcr.io/kaniko)

error.log

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