Files
async-profiler/docker/amazonlinux2023.Dockerfile
2025-05-01 12:53:45 +01:00

9 lines
261 B
Docker

FROM public.ecr.aws/amazonlinux/amazonlinux:2023
RUN yum update -y && \
yum install -y binutils findutils make tar gcc-c++ util-linux && \
yum clean all && \
rm -rf /var/cache/yum && \
python3 -m ensurepip && \
python3 -m pip install gcovr