mik-laj commented on a change in pull request #20238:
URL: https://github.com/apache/airflow/pull/20238#discussion_r775205798
##########
File path: Dockerfile
##########
@@ -62,6 +65,7 @@ ENV PYTHON_BASE_IMAGE=${PYTHON_BASE_IMAGE} \
# Install curl and gnupg2 - needed for many other installation steps
RUN apt-get update \
+ && apt-get install --no-install-recommends -yqq apt-utils >/dev/null 2>&1 \
Review comment:
Why are we installing this as a separate command and not together with
the next step?
--
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]