amazonlinux:2 + awscli + Python + node.js
10K+
FROM amazonlinux:2.0.20181114
RUN yum install -q -y aws-cli
# install git and openssh due to error `Either git or ssh (required by git to clone through SSH) is not installed in the image.`
RUN yum install -q -y git openssh
RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
RUN yum install -q -y nodejs
RUN amazon-linux-extras install -y python3
CMD ["/bin/bash"]
Content type
Image
Digest
Size
362.7 MB
Last updated
over 7 years ago
docker pull justincasetech/amazonlinux_with_awscli_py_js