We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecfc20 commit c23762aCopy full SHA for c23762a
deployment/ecr/distributed-load-testing-on-aws-load-tester/Dockerfile
@@ -1,7 +1,7 @@
1
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
2
3
RUN dnf update -y && \
4
- dnf install -y python3.11 python3.11-pip java-11-amazon-corretto bc procps jq findutils unzip && \
+ dnf install -y python3.11 python3.11-pip java-21-amazon-corretto bc procps jq findutils unzip && \
5
dnf clean all
6
7
ENV PIP_INSTALL="pip3.11 install --no-cache-dir"
0 commit comments