Skip to content

Commit

Permalink
chore: Update minecraft image to use graalvm-21
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Aug 16, 2024
1 parent 123bcd4 commit 9ca9c0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN wget -nv -q -O keepup.zip https://github.com/MineInAbyss/Keepup/releases/dow
# unzip /tmp/YourKit-JavaProfiler-2023.9-docker.zip -d /usr/local && \


FROM itzg/minecraft-server:java21-alpine as minecraft
FROM itzg/minecraft-server:java21-graalvm as minecraft
LABEL org.opencontainers.image.authors="Offz <[email protected]>"
RUN apk add --no-cache ansible-core rclone wget unzip jq openssh
RUN dnf install -y ansible-core rclone wget unzip jq openssh
COPY --from=helper /keepup /usr/local
ENV\
KEEPUP=true\
Expand All @@ -26,7 +26,8 @@ ENV\
ANSIBLE_PULL_BRANCH=master\
SERVER_NAME=dev\
HOME=/data\
ANSIBLE_CONFIG=/server-config/ansible.cfg
ANSIBLE_CONFIG=/server-config/ansible.cfg\
LC_ALL=C.UTF-8

# Install ansible collections
COPY config/ansible-requirements.yml /opt/ansible/requirements.yml
Expand Down

0 comments on commit 9ca9c0e

Please sign in to comment.