This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5ae96a15fd597ffdc42371156753f8045ac260e6
Author: Itay Bittan <[email protected]>
AuthorDate: Thu Apr 21 16:09:30 2022 +0300

    code review fixes
---
 docs/docker-stack/build.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/docker-stack/build.rst b/docs/docker-stack/build.rst
index 588c85ac22..08e70e6c36 100644
--- a/docs/docker-stack/build.rst
+++ b/docs/docker-stack/build.rst
@@ -275,7 +275,7 @@ Examples of image extending
 ---------------------------
 
 Example of customizing Airflow Provider packages
-..............................................
+................................................
 
 The :ref:`Airflow Providers <providers:community-maintained-providers>` are 
released independently of core
 Airflow and sometimes you might want to upgrade specific providers only to fix 
some problems or
@@ -286,10 +286,11 @@ use features available in that provider version. Here is 
an example of how you c
     :start-after: [START Dockerfile]
     :end-before: [END Dockerfile]
 
-Example of adding Airflow Provider packages
-...................................................
+Example of adding Airflow Provider package and ``apt`` package
+..............................................................
 
-The following example adds ``apache-spark`` airflow-providers which requires 
both ``java``.
+The following example adds ``apache-spark`` airflow-providers which requires 
both ``java`` and
+python package from PyPI.
 
 .. exampleinclude:: docker-examples/extending/add-provider-extend/Dockerfile
     :language: Dockerfile

Reply via email to