This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SPARK_VERSION=3.1.3
44HADOOP_VERSION=3.2
55
66apt-get update && \
7- apt-get install -y wget netcat procps libpostgresql-jdbc-java && \
7+ apt-get install -y wget netcat-openbsd procps libpostgresql-jdbc-java && \
88wget -q " https://archive.apache.org/dist/spark/spark-${SPARK_VERSION} /spark-${SPARK_VERSION} -bin-hadoop${HADOOP_VERSION} .tgz" && \
99tar xzf " spark-${SPARK_VERSION} -bin-hadoop${HADOOP_VERSION} .tgz" && \
1010rm " spark-${SPARK_VERSION} -bin-hadoop${HADOOP_VERSION} .tgz" && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV SPARK_HOME /usr/spark
1313ENV PATH="/usr/spark/bin:/usr/spark/sbin:${PATH}"
1414
1515RUN apt-get update && \
16- apt-get install -y wget netcat procps libpostgresql-jdbc-java && \
16+ apt-get install -y wget netcat-openbsd procps libpostgresql-jdbc-java && \
1717 wget -q "http://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" && \
1818 tar xzf "spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" && \
1919 rm "spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" && \
You can’t perform that action at this time.
0 commit comments