AWS Cli Latest version with python 3.9.10 and bash 4 available on dockerhub pull from docker hub docker pull burib/aws-cli-python:3.9.10 build by default it builds python version 3.9.10 ./docker.sh build but if you want to have a different version you can also pass it as an argument ./docker.sh build 3.10.2 run by default it runs the image with the python version 3.9.10 in interactive mode ./docker.sh run # but you can run it with a different version as well by passing the argument ./docker.sh run 3.10.2