agora sim?

This commit is contained in:
Glauber Ferreira
2022-05-19 01:48:22 -03:00
parent 375d6de1f8
commit 71ce56ecb0
2 changed files with 9 additions and 13 deletions

View File

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