mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
13 lines
215 B
Docker
13 lines
215 B
Docker
FROM --platform=linux/arm64 ghcr.io/graalvm/native-image-community:21
|
|
|
|
RUN microdnf install -y \
|
|
maven \
|
|
findutils \
|
|
gzip \
|
|
tar \
|
|
which \
|
|
file \
|
|
&& microdnf clean all
|
|
|
|
WORKDIR /workspace
|