Skip to content

Commit

Permalink
apacheGH-44355: [Packaging][Python] Disable interactive deb configura…
Browse files Browse the repository at this point in the history
…tion in wheel-manylinux-*-cp313t-*
  • Loading branch information
kou committed Oct 9, 2024
1 parent 33a4d67 commit ff36784
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
ARG base
FROM ${base}

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y -q && \
apt install -y -q --no-install-recommends software-properties-common gpg-agent && \
add-apt-repository -y ppa:deadsnakes/ppa && \
Expand Down

0 comments on commit ff36784

Please sign in to comment.