Files
openide/graalvm-debugger/Dockerfile
Ivan.Povetkin 98a463a1d7 IJI-1401 do not specify a platform to use (the target platform of the build request is used)
GitOrigin-RevId: b89a37d9cc8bf0f30900033480f776fa920233cf
2024-06-07 15:20:40 +00:00

5 lines
242 B
Docker

ARG JAVA_VERSION=21
FROM ghcr.io/graalvm/native-image-community:${JAVA_VERSION}
RUN microdnf update -y oraclelinux-release-el9 \
&& microdnf --enablerepo ol9_codeready_builder install -y gdb-gdbserver gcc maven \
&& microdnf clean all