File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.18.6 AS builder
22
33RUN apk update && apk add --virtual .build-deps \
4- build-base gcc
4+ build-base gcc wget
55
6- RUN wget https://github.com/troglobit/mcjoin/releases/download/v2.11 /mcjoin-2.11 .tar.gz
7- RUN tar -xzf mcjoin-2.11 .tar.gz
8- WORKDIR /mcjoin-2.11
6+ RUN wget https://github.com/troglobit/mcjoin/releases/download/v2.12 /mcjoin-2.12 .tar.gz
7+ RUN tar -xzf mcjoin-2.12 .tar.gz
8+ WORKDIR /mcjoin-2.12
99RUN ./configure
1010RUN make -j5
1111RUN make install-strip
@@ -87,4 +87,4 @@ COPY entrypoint.sh /docker/entrypoint.sh
8787CMD ["/usr/sbin/nginx" , "-g" , "daemon off;" ]
8888
8989# Run the startup script as ENTRYPOINT, which does few things and then starts nginx.
90- ENTRYPOINT ["/bin/sh" , "/docker/entrypoint.sh" ]
90+ ENTRYPOINT ["/bin/sh" , "/docker/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments