2
0

Clean libs when cleaning build.

This commit is contained in:
Maarten Billemont
2018-07-01 21:20:56 -04:00
parent 4abb50ad9b
commit d6617563fc
5 changed files with 27 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
FROM alpine
WORKDIR /mpw/gradle
ADD . /mpw
RUN apk update && apk add libtool automake autoconf make g++ openjdk8
RUN ./gradlew -i build
RUN apk add --no-cache git libtool automake autoconf make g++ bash openjdk8
RUN git clone --depth=3 $(: --shallow-submodules) --recurse-submodules https://gitlab.com/MasterPassword/MasterPassword.git /mpw
RUN cd /mpw/gradle && ./gradlew -i clean build