mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
5 lines
242 B
Docker
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 |