mik-laj commented on a change in pull request #7841: Requirements now depend on
python version
URL: https://github.com/apache/airflow/pull/7841#discussion_r398188442
##########
File path: Dockerfile.ci
##########
@@ -40,14 +43,19 @@ ARG DEPENDENCIES_EPOCH_NUMBER="2"
ENV DEPENDENCIES_EPOCH_NUMBER=${DEPENDENCIES_EPOCH_NUMBER}
# Install curl and gnupg2 - needed to download nodejs in the next step
+# also netselect-apt is used to choose the best mirror
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
gnupg2 \
+ netselect-apt \
&& apt-get autoremove -yqq --purge \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
+# Choose faster mirror to download dependencies
+RUN netselect-apt -o /etc/apt/sources.list
Review comment:
+1
----------------------------------------------------------------
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