Skip to content

Commit

Permalink
fix: python package vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Dec 3, 2024
1 parent a609fdb commit 62a24db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/pre-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ else
# Can not currently update kernel in CVM builds due to nullboot post-installation failure when no TPM is present on the VM
# But we can at least update/install the below packages
apt_get_update || exit $ERR_APT_UPDATE_TIMEOUT
apt-get -y install libpython2.7-stdlib libpython2.7-stdlib python2.7-minimal libpython2.7-minimal nano libarchive13
apt-get -y install python3-urllib3 libpython2.7-stdlib libpython2.7-stdlib python2.7-minimal libpython2.7-minimal nano libarchive13
fi

if [[ "${ENABLE_FIPS,,}" == "true" ]]; then
Expand Down

0 comments on commit 62a24db

Please sign in to comment.