mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: b89a37d9cc8bf0f30900033480f776fa920233cf
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 |