pitrou commented on code in PR #49032:
URL: https://github.com/apache/arrow/pull/49032#discussion_r2735447392


##########
ci/docker/linux-apt-docs.dockerfile:
##########
@@ -31,11 +31,9 @@ RUN apt-get update -y && \
         lsb-release && \
     gpg --keyserver keyserver.ubuntu.com \
         --recv-key 95C0FAF38DB3CCAD0C080A7BDC78B2DDEABC47B7 && \
-    gpg --export 95C0FAF38DB3CCAD0C080A7BDC78B2DDEABC47B7 | \
-        gpg --no-default-keyring \
-            --keyring /usr/share/keyrings/cran.gpg \
-            --import - && \
-    echo "deb [signed-by=/usr/share/keyrings/cran.gpg] 
https://cloud.r-project.org/bin/linux/$(lsb_release -is | tr 'A-Z' 'a-z') 
$(lsb_release -cs)-cran40/" | \
+    gpg --armor --export 95C0FAF38DB3CCAD0C080A7BDC78B2DDEABC47B7 | \
+        tee /etc/apt/trusted.gpg.d/cran_debian_key.asc && \
+    echo "deb https://cloud.r-project.org/bin/linux/$(lsb_release -is | tr 
'A-Z' 'a-z') $(lsb_release -cs)-cran40/" | \

Review Comment:
   Ok, will do. Thanks for the suggestion!



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to