Skip to content

Commit

Permalink
Fix kafka install
Browse files Browse the repository at this point in the history
  • Loading branch information
srp3rd committed Jan 16, 2025
1 parent c236a05 commit abfe052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ingestd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git clone https://github.com/lsst-dm/ctrl_ingestd && \

ARG CONFLUENT_KAFKA_VERSION
RUN source /opt/lsst/software/stack/loadLSST.bash && \
mamba install python-confluent-kafka=${CONFLUENT_KAFKA_VERSION}
pip install confluent_kafka==${CONFLUENT_KAFKA_VERSION}

RUN source /opt/lsst/software/stack/loadLSST.bash && \
setup sconsUtils && \
Expand Down

0 comments on commit abfe052

Please sign in to comment.