2
0

Cross compile build fixes.

This commit is contained in:
Maarten Billemont
2019-09-26 10:50:22 -04:00
parent 61611e108c
commit 08a06639d0
2 changed files with 14 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ FROM debian:stable-slim
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && apt-get install -y default-jdk-headless git-core bash libtool automake autoconf make g++
RUN apt-get update && apt-get install -y default-jdk-headless git-core bash libtool automake autoconf make g++-multilib
RUN git clone --depth=3 $(: --shallow-submodules) --recurse-submodules --branch rewrite https://gitlab.com/MasterPassword/MasterPassword.git /mpw
RUN cd /mpw && git log -1 && ./gradlew -i clean build
RUN cd /mpw && ./gradlew -i clean
#RUN cd /mpw && git pull && git log -1 && ./gradlew -i check