We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d571c7 commit 178deaaCopy full SHA for 178deaa
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.12
+FROM alpine:3
2
RUN apk add --update git build-base automake autoconf
3
4
RUN git clone --depth=1 https://github.com/troglobit/mcjoin.git /root/mcjoin
@@ -8,7 +8,7 @@ RUN ./autogen.sh
8
RUN ./configure --prefix=/usr
9
RUN make
10
11
12
COPY --from=0 /root/mcjoin/src/mcjoin /usr/bin/mcjoin
13
14
CMD [ "/usr/bin/mcjoin" ]
0 commit comments