Skip to content

Commit

Permalink
Upgrade packaging to latest version to avoid tailing 0 issues (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 8, 2024
1 parent ea4fc05 commit 8e6895c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packer/scripts/al2023/al2023-agent-setups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ curl -o- https://bootstrap.pypa.io/get-pip.py | python3
echo "export PATH=$PATH:$HOME/.local/bin" >> $HOME/.bashrc
export PATH=$PATH:$HOME/.local/bin
pip install pipenv awscli docker-compose
# Temp Solution: https:/opensearch-project/opensearch-build/issues/4929
pip install --upgrade packaging
pipenv --version && aws --version && docker-compose --version

sudo sed -i 's/OPTIONS/# OPTIONS/g' /etc/sysconfig/docker
Expand Down

0 comments on commit 8e6895c

Please sign in to comment.