Skip to content

Commit

Permalink
Merge pull request OSGeo#9277 from dave-martinez/docker/remove-apache…
Browse files Browse the repository at this point in the history
…-arrow-deb-file-ubuntu-full

Dockerfile Ubuntu - Remove apache arrow deb file
  • Loading branch information
rouault authored Feb 22, 2024
2 parents d337628 + 993c1ed commit 4926535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ RUN . /buildscripts/bh-set-envvars.sh \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libparquet-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow-acero-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow-dataset-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& rm apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb

RUN apt-get update -y \
&& apt-get install -y --fix-missing --no-install-recommends rsync ccache \
Expand Down

0 comments on commit 4926535

Please sign in to comment.