Skip to content

Commit c4da14a

Browse files
committed
fix (node-delta-sharing): Fix arrow package installation for apache arrow in Ubuntu dockerfile.
Signed-off-by: Ritesh.K <riteshkarki6@gmail.com>
1 parent a88200a commit c4da14a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packaging/docker/Dockerfile.ubuntu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ RUN apt-get update && \
6565
nlohmann-json3-dev
6666

6767
# Get debian package from Apache for arrow and parquet.
68+
ARG UBUNTU_CODENAME
6869
RUN wget https://packages.apache.org/artifactory/arrow/${DISTRO}/apache-arrow-apt-source-latest-${UBUNTU_CODENAME}.deb
6970
ARG UBUNTU_CODENAME
7071
RUN apt-get install -y -V ./apache-arrow-apt-source-latest-${UBUNTU_CODENAME}.deb

0 commit comments

Comments
 (0)