This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 5b75df01dd6 [v3-0-test] Fix package typo in build images (#53209)
(#53210)
5b75df01dd6 is described below
commit 5b75df01dd629b9b62deff8450c10b7a2f15e2e8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 22:34:26 2025 +0100
[v3-0-test] Fix package typo in build images (#53209) (#53210)
(cherry picked from commit 45cc0d48521ec360bc77a3ddbaa6f3dde8af1cfd)
Co-authored-by: GPK <[email protected]>
---
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
scripts/docker/install_airflow_when_building_images.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 141e6e129d7..ed228ffb16c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -945,7 +945,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
- --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-packag xmlsec
+ --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-package xmlsec
set +x
fi
fi
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 8168cc5187c..066f5a98f55 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -698,7 +698,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
- --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-packag xmlsec
+ --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-package xmlsec
set +x
fi
fi
diff --git a/scripts/docker/install_airflow_when_building_images.sh
b/scripts/docker/install_airflow_when_building_images.sh
index 78ddc7eaf85..de83f59287e 100644
--- a/scripts/docker/install_airflow_when_building_images.sh
+++ b/scripts/docker/install_airflow_when_building_images.sh
@@ -123,7 +123,7 @@ function install_from_sources() {
# See https://bugs.launchpad.net/lxml/+bug/2110068
set -x
uv sync --all-packages --group dev --group docs --group docs-gen \
- --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-packag xmlsec
+ --group leveldb ${extra_sync_flags} --no-binary-package lxml
--no-binary-package xmlsec
set +x
fi
fi