Skip to content

Commit 4926535

Browse files
authored
Merge pull request #9277 from dave-martinez/docker/remove-apache-arrow-deb-file-ubuntu-full
Dockerfile Ubuntu - Remove apache arrow deb file
2 parents d337628 + 993c1ed commit 4926535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ubuntu-full/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ RUN . /buildscripts/bh-set-envvars.sh \
243243
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libparquet-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
244244
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow-acero-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
245245
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -V libarrow-dataset-dev${APT_ARCH_SUFFIX}=${ARROW_VERSION} \
246-
&& rm -rf /var/lib/apt/lists/*
246+
&& rm -rf /var/lib/apt/lists/* \
247+
&& rm apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
247248

248249
RUN apt-get update -y \
249250
&& apt-get install -y --fix-missing --no-install-recommends rsync ccache \

0 commit comments

Comments
 (0)