build deps agora instalam em runtime

This commit is contained in:
Glauber Ferreira
2022-05-20 11:54:22 -03:00
parent 71ce56ecb0
commit 85d6619ac7
2 changed files with 8 additions and 4 deletions

View File

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