remove remnants after f0d9f41a

This commit is contained in:
2025-02-21 12:43:10 +03:00
parent 2bd64c4c32
commit 6f32deea79
3 changed files with 3 additions and 13 deletions

View File

@@ -36,10 +36,6 @@ buildah bud \
--build-arg "PYTHONTAG=${PYTHONTAG}" \
--env "PYTHON_SITE_PACKAGES=${PYTHON_SITE_PACKAGES}" \
--unsetenv GPG_KEY \
--unsetenv PYTHON_PIP_VERSION \
--unsetenv PYTHON_SETUPTOOLS_VERSION \
--unsetenv PYTHON_GET_PIP_SHA256 \
--unsetenv PYTHON_GET_PIP_URL \
c=$(buildah from --pull=never "${img}") || true