We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200f5f6 + 6f42e37 commit d78e1ceCopy full SHA for d78e1ce
Dockerfile
@@ -12,6 +12,7 @@ ENV MC_VERSION="latest" \
12
13
COPY papermc.sh .
14
RUN apk update \
15
+ && apk add libstdc++ \
16
&& apk add openjdk21-jre \
17
&& apk add bash \
18
&& apk add wget \
0 commit comments