build-cuberite/Dockerfile
Glauber Ferreira 71ce56ecb0 agora sim?
2022-05-19 01:48:22 -03:00

6 lines
162 B
Docker

FROM alpine:3.15
RUN apk add --no-cache bash git make cmake git g++ gcc python3 lua perl
COPY build.sh /build.sh
ENTRYPOINT ["/bin/bash","/build.sh"]
VOLUME /out