Skip to content

Commit

Permalink
docker/ubuntu-full/Dockerfile: update to libarrow800 & libparquet800 (f…
Browse files Browse the repository at this point in the history
…ixes #5750) [ci skip]
  • Loading branch information
rouault committed May 19, 2022
1 parent ee7a889 commit bc7bb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ RUN apt-get update \
&& 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 \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow700 libparquet700 \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow800 libparquet800 \
&& rm -rf /var/lib/apt/lists/*

# Attempt to order layers starting with less frequently varying ones
Expand Down

0 comments on commit bc7bb6b

Please sign in to comment.