Skip to content

Commit

Permalink
Remove apt-transport-https because It is a dummy transitional package(#…
Browse files Browse the repository at this point in the history
…40015)

Remove apt-transport-https because It is a dummy transitional package.
  • Loading branch information
bangjiehan authored Jun 6, 2024
1 parent 0568e9a commit 0e8d823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/installation/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for development and testing as well as production use.

.. code-block:: bash
sudo apt install -y --no-install-recommends apt-transport-https apt-utils ca-certificates \
sudo apt install -y --no-install-recommends apt-utils ca-certificates \
curl dumb-init freetds-bin 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 unixodbc
Expand All @@ -97,7 +97,7 @@ for Bullseye and we will only build images and explain system level dependencies

.. code-block:: bash
sudo apt install -y --no-install-recommends apt-transport-https apt-utils ca-certificates \
sudo apt install -y --no-install-recommends apt-utils ca-certificates \
curl dumb-init freetds-bin 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 unixodbc
Expand Down

0 comments on commit 0e8d823

Please sign in to comment.