Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisAlejandro committed Sep 8, 2024
1 parent 8fbbfd3 commit 916160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cmdretry gpg --lock-never --no-default-keyring \

msginfo "Installing Python ..."
cmdretry apt-get update
cmdretry apt-get install libssl1.1 libffi7
# cmdretry apt-get install libssl1.1 libffi7

if [ "${PYTHON_VER_NUM}" == "3.10" ]; then
cmdretry apt-get install ${PYTHON_PKGS}
Expand Down

0 comments on commit 916160c

Please sign in to comment.