agora sim?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user