2
0

Support for x86 Linux.

This commit is contained in:
Maarten Billemont
2018-07-04 12:16:37 -04:00
parent b25130f4d2
commit 4b3662bbe9
4 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
FROM alpine
# For i386
#FROM i386/alpine
#ENTRYPOINT ["linux32", "--"]
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