Skip to content

Commit 0aa1053

Browse files
committed
switched base image
1 parent 894e9cb commit 0aa1053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:21
1+
FROM amazoncorretto:21-al2023-headless
22

33
ARG mc_version
44
ENV MC_VERSION=${mc_version}
@@ -13,7 +13,7 @@ ENV MEM_SIZE="1G"
1313

1414
COPY --chmod=755 ./install-gosu.sh ./install-paper.sh ./docker-entrypoint.sh /usr/local/bin/
1515

16-
RUN yum install -y curl wget jq shadow-utils && \
16+
RUN yum install -y shadow-utils jq && \
1717
useradd -r -u ${PUID} mc && \
1818
mkdir -p /opt/minecraft/data && \
1919
install-gosu.sh && \

0 commit comments

Comments
 (0)