amazon linux - puthon 37 pip3 awscli sam docker
1.6K
FROM amazonlinux:latest WORKDIR /app
RUN yum -y install python-dev python-devel git python37 &&
pip3 install --no-cache-dir --user &&
python3 --version &&
curl -O https://bootstrap.pypa.io/get-pip.py &&
python3 get-pip.py --user &&
ls -a ~ &&
export PATH=LOCAL_PATH:$PATH &&
pip3 --version &&
pip3 install awsebcli &&
pip3 install awscli aws-sam-cli &&
amazon-linux-extras install docker
Content type
Image
Digest
Size
365.5 MB
Last updated
over 6 years ago
docker pull vkoppisetti/custombase