We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e9cb commit 0aa1053Copy full SHA for 0aa1053
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazoncorretto:21
+FROM amazoncorretto:21-al2023-headless
2
3
ARG mc_version
4
ENV MC_VERSION=${mc_version}
@@ -13,7 +13,7 @@ ENV MEM_SIZE="1G"
13
14
COPY --chmod=755 ./install-gosu.sh ./install-paper.sh ./docker-entrypoint.sh /usr/local/bin/
15
16
-RUN yum install -y curl wget jq shadow-utils && \
+RUN yum install -y shadow-utils jq && \
17
useradd -r -u ${PUID} mc && \
18
mkdir -p /opt/minecraft/data && \
19
install-gosu.sh && \
0 commit comments