kou commented on issue #31: optimization debian package manager tweaks URL: https://github.com/apache/arrow-dist/pull/31#issuecomment-597325184 We don't use this repository anymore. We've moved to https://github.com/apache/arrow/tree/master/dev/tasks/linux-packages/apache-arrow/apt . Could you send PR to apache/arrow instead of this repository? We have contribution guidelines https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches . Please see this before you send a PR. BTW, I like putting an APT configuration instead of adding `--no-install-recommends` option to all `apt` command lines: ```dockerfile RUN \ echo 'APT::Install-Recommends "false";' > \ /etc/apt/apt.conf.d/disable-install-recommends ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
