Clean libs when cleaning build.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user