2
0
MasterPassword/Dockerfile

10 lines
325 B
Docker
Raw Normal View History

2018-07-01 03:35:29 +00:00
FROM alpine
2018-07-04 16:16:37 +00:00
# For i386
#FROM i386/alpine
#ENTRYPOINT ["linux32", "--"]
2018-07-02 01:20:56 +00:00
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