dbtsai commented on a change in pull request #23932: [SPARK-27026] [Build] Upgrade Docker image for release build to Ubuntu 18.04LTS URL: https://github.com/apache/spark/pull/23932#discussion_r261925562
########## File path: dev/create-release/spark-rm/Dockerfile ########## @@ -38,7 +42,8 @@ ARG PIP_PKGS="pyopenssl pypandoc numpy pygments sphinx" # # This is all in a single "RUN" command so that if anything changes, "apt update" is run to fetch # the most current package versions (instead of potentially using old versions cached by docker). -RUN echo 'deb http://cran.cnr.Berkeley.edu/bin/linux/ubuntu xenial/' >> /etc/apt/sources.list && \ +RUN apt-get update && $APT_INSTALL gnupg && \ Review comment: gpg is not installed by default in 18.04, and I was surprised. ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
