Skip to content

Commit

Permalink
debian: remove apache-arrow-apt-source-latest.deb after installation (#7
Browse files Browse the repository at this point in the history
)

GitHub: fix GH-6

Because keeping needless files increase image size.
  • Loading branch information
komainu8 authored Jul 2, 2024
1 parent d2b8f49 commit 574bf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN \
wget && \
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 ${quiet} ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
rm ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
wget https://packages.groonga.org/debian/groonga-apt-source-latest-$(lsb_release --codename --short).deb && \
apt install -y -V ${quiet} ./groonga-apt-source-latest-$(lsb_release --codename --short).deb && \
rm ./groonga-apt-source-latest-$(lsb_release --codename --short).deb && \
Expand Down

0 comments on commit 574bf13

Please sign in to comment.