Support for building on Linux.
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine
|
||||
WORKDIR /mpw/gradle
|
||||
ADD . /mpw
|
||||
|
||||
RUN apk update && apk add libtool automake autoconf make g++ openjdk8
|
||||
RUN ./gradlew -i build
|
||||
Reference in New Issue
Block a user