You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/08 16:35:21 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #20747: Cleaner output in docker builds

potiuk commented on a change in pull request #20747:
URL: https://github.com/apache/airflow/pull/20747#discussion_r780684120



##########
File path: Dockerfile
##########
@@ -119,11 +120,14 @@ ENV DEV_APT_DEPS=${DEV_APT_DEPS} \
 # Note missing man directories on debian-buster
 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
 # Install basic and additional apt dependencies
-RUN mkdir -pv /usr/share/man/man1 \
+RUN apt-get update \
+    && apt-get install --no-install-recommends -yqq apt-utils >/dev/null 2>&1 \
+    && apt-get install -y --no-install-recommends curl gnupg2 \

Review comment:
       Actually we can likely remove gnupg. Let me try.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org