mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-06-15 18:46:34 +00:00
4 lines
164 B
Docker
4 lines
164 B
Docker
FROM public.ecr.aws/docker/library/amazoncorretto:11-alpine-jdk
|
|
|
|
RUN apk add --no-cache make gcc g++ linux-headers musl-dev util-linux patchelf gcovr bash tar curl
|