ModeratorElection/image/Dockerfile

8 lines
138 B
Docker
Raw Normal View History

#Build Stage
2024-06-20 13:09:08 +00:00
FROM ubuntu:noble-20240605
ADD resources /tmp
RUN /tmp/install.sh
2024-06-20 13:09:08 +00:00
ENV LANG=en_US.UTF-8 \
JAVA_HOME=/usr/lib/jvm/graalvm