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
The following commit(s) were added to refs/heads/main by this push:
new 2c15dc9dd1 Fix copy&paste victim for installation instructions (#36572)
2c15dc9dd1 is described below
commit 2c15dc9dd1b360bcb3b6d6c2e41e50ef0d97801e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jan 3 23:06:32 2024 +0100
Fix copy&paste victim for installation instructions (#36572)
The #36521 had a copy&paste mistake with missing `c`
---
docs/apache-airflow/installation/dependencies.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow/installation/dependencies.rst
b/docs/apache-airflow/installation/dependencies.rst
index 52310852d1..a17f55d64d 100644
--- a/docs/apache-airflow/installation/dependencies.rst
+++ b/docs/apache-airflow/installation/dependencies.rst
@@ -85,7 +85,7 @@ for development and testing as well as production use.
sudo apt install -y --no-install-recommends apt-transport-https apt-utils
ca-certificates \
curl dumb-init freetds-bin gosu krb5-user libgeos-dev \
ldap-utils libsasl2-2 libsasl2-modules libxmlsec1 locales libffi8
libldap-2.5-0 libssl3 netcat-openbsd \
- lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo
unixodb
+ lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo
unixodbc
Debian Bullseye (11)
====================
@@ -100,7 +100,7 @@ for Bullseye and we will only build images and explain
system level dependencies
sudo apt install -y --no-install-recommends apt-transport-https apt-utils
ca-certificates \
curl dumb-init freetds-bin gosu krb5-user libgeos-dev \
ldap-utils libsasl2-2 libsasl2-modules libxmlsec1 locales libffi7
libldap-2.4-2 libssl1.1 netcat \
- lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo
unixodb
+ lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo
unixodbc
You also need database client packages (Postgres or MySQL) if you want to use
those databases.