Fix typos in Dockerfile.in and prepare_cross_env.sh

This commit is contained in:
Julian Oes
2026-04-02 11:56:03 +13:00
parent 324d42a107
commit 2b735bef0e
2 changed files with 3 additions and 3 deletions
@@ -3,10 +3,10 @@
# AUTHOR: odidev
# DATE: 2021-07-20
# DESCRIPTION: This file intended to cross compile the python and create necessary
# crossenv enrironment
# crossenv environment
# The current env is not compatible to build python so resetting it as
# in quay.io/pypa/manylinux2014_x86_64 containers
# in quay.io/pypa/manylinux_2_34_x86_64 containers
unset $(env | awk -F= '{print $1}')
export SSL_CERT_FILE=/opt/_internal/certs.pem
export TERM=xterm