Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/event-sources/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM bitnami/minideb:jessie
RUN install_packages python3 curl ca-certificates git
RUN curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
RUN python3 ./get-pip.py
RUN pip3 install --upgrade kubernetes
RUN pip3 install --upgrade requests
RUN pip3 install --no-cache-dir --upgrade kubernetes
RUN pip3 install --no-cache-dir --upgrade requests

RUN git clone https://github.com/dpkp/kafka-python
WORKDIR kafka-python
Expand Down