Base image for apps running on AWS ECS on JVM8
986
FROM openjdk:8
RUN apt-get update && apt-get install -y python-pip jq
RUN pip install awscli --ignore-installed six
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Content type
Image
Digest
Size
355.9 MB
Last updated
almost 7 years ago
docker pull evojam/aws-ecs-java8