-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
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)
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image