Skip to content

Commit

Permalink
fix(kafka-setup): remove dependency confluent docker utils (datahub-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
lix-mms authored Aug 25, 2023
1 parent bf5499e commit 15f7a12
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/kafka-setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ FROM python:3-alpine
ENV KAFKA_VERSION 3.4.1
ENV SCALA_VERSION 2.13

# Set the classpath for JARs required by `cub`
ENV CUB_CLASSPATH='"/usr/share/java/cp-base-new/*"'

LABEL name="kafka" version=${KAFKA_VERSION}

RUN apk add --no-cache bash coreutils
Expand All @@ -31,10 +28,6 @@ RUN mkdir -p /opt \
&& mv /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} /opt/kafka \
&& adduser -DH -s /sbin/nologin kafka \
&& chown -R kafka: /opt/kafka \
&& echo "===> Installing python packages ..." \
&& pip install --no-cache-dir --upgrade pip wheel setuptools \
&& pip install jinja2 requests \
&& pip install "Cython<3.0" "PyYAML<6" --no-build-isolation \
&& rm -rf /tmp/* \
&& apk del --purge .build-deps

Expand Down

0 comments on commit 15f7a12

Please sign in to comment.