Sign inSign up

justincasetech/amazonlinux_with_awscli_py_js

By justincasetech

Updated over 7 years ago

amazonlinux:2 + awscli + Python + node.js

Image
0

10K+

justincasetech/amazonlinux_with_awscli_py_js repository overview

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"]

Tag summary

Content type

Image

Digest

Size

362.7 MB

Last updated

over 7 years ago

docker pull justincasetech/amazonlinux_with_awscli_py_js