File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# You can choose between Debian and Ubuntu here
88ARG DISTRO=ubuntu
99ARG UBUNTU_VERSION=24.04
10+ ARG UBUNTU_CODENAME=noble
1011ARG DISTRO=${DISTRO}
1112
1213FROM ${DISTRO}:${UBUNTU_VERSION} AS dev
@@ -64,8 +65,8 @@ RUN apt-get update && \
6465 nlohmann-json3-dev
6566
6667# Get debian package from Apache for arrow and parquet.
67- RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${UBUNTU_VERSION }.deb
68- RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${UBUNTU_VERSION }.deb
68+ RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${UBUNTU_CODENAME }.deb
69+ RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${UBUNTU_CODENAME }.deb
6970RUN apt-get update && \
7071 apt-get install -y \
7172 libarrow-dev libarrow-dataset-dev libparquet-dev
You can’t perform that action at this time.
0 commit comments