You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Infinical (via GitHub)" <gi...@apache.org> on 2023/04/23 13:39:06 UTC

[GitHub] [arrow] Infinical commented on issue #35292: Downloading arrrow dependencies fails with 403 error on debian

Infinical commented on issue #35292:
URL: https://github.com/apache/arrow/issues/35292#issuecomment-1519070326

   @kou 
   ```
   FROM ubuntu:22.04
   
   
   RUN apt-get update && apt install -y -V  wget lsb-release
   
   
   RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb \
     && apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb > /dev/null 2>&1
   
   RUN apt-get -y update \
       && apt-get -y install --no-install-recommends libarrow-glib-dev libparquet-glib-dev libarrow-dev libparquet-dev libgirepository1.0-dev libglib2.0 libglib2.0-dev
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org