Skip to content

Commit a87ab99

Browse files
committed
docs(airflow): Document the need for installed packages
1 parent 699f99f commit a87ab99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

airflow/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,17 @@ microdnf update
105105
microdnf install \
106106
ca-certificates \
107107
cyrus-sasl \
108+
# Needed for the gitsync functionality
108109
git \
109110
libpq \
111+
# Needed for authentication of clients against LDAP servers
110112
openldap \
111113
openldap-clients \
114+
# We need the openssh libs for the gitsync functionality (the clone target could be e.g. [email protected]:org/repo.git)
112115
openssh-clients \
113116
openssl-libs \
114117
openssl-pkcs11 \
118+
# Airflow needs Python
115119
python${PYTHON} \
116120
socat \
117121
unixODBC

0 commit comments

Comments
 (0)