Correct backslash

This commit is contained in:
2024-02-03 21:25:07 +05:30
parent c100862673
commit 5cc166fb2b

View File

@@ -133,7 +133,7 @@ RUN pip install pyspark
RUN wget https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz RUN wget https://downloads.apache.org/kafka/3.6.1/kafka_2.13-3.6.1.tgz
RUN tar -xzvf kafka_2.13-3.6.1.tgz RUN tar -xzvf kafka_2.13-3.6.1.tgz
RUN mv kafka_2.13-3.6.1 /usr/local/kafka RUN mv kafka_2.13-3.6.1 /usr/local/kafka
RUN echo "export KAFKA_HOME=/usr/local/kafka" >> ~/.bashrc && / RUN echo "export KAFKA_HOME=/usr/local/kafka" >> ~/.bashrc && \
echo "export PATH=\$PATH:\$KAFKA_HOME/bin" >> ~/.bashrc echo "export PATH=\$PATH:\$KAFKA_HOME/bin" >> ~/.bashrc
# Expose necessary ports # Expose necessary ports