File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN apt-get update && \
5656 nlohmann-json3-dev
5757
5858# Get debian package from Apache for arrow and parquet.
59- RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${DEBIAN_VERSION}
59+ RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${DEBIAN_VERSION}.deb
6060RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${DEBIAN_VERSION}.deb
6161RUN apt-get update && \
6262 apt-get install -y \
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ RUN apt-get update && \
6363 nlohmann-json3-dev
6464
6565# Get debian package from Apache for arrow and parquet.
66- RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${UBUNTU_VERSION}
67- RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${UBUNTU_VERSION}
66+ RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${UBUNTU_VERSION}.deb
67+ RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${UBUNTU_VERSION}.deb
6868RUN apt-get update && \
6969 apt-get install -y \
7070 libarrow-dev libarrow-dataset-dev libparquet-dev
You can’t perform that action at this time.
0 commit comments