2
0

Linux build fixes.

This commit is contained in:
Maarten Billemont
2019-09-25 15:27:04 -04:00
parent bf5e30c2c7
commit 87913326a5
4 changed files with 38 additions and 33 deletions

View File

@@ -1,12 +0,0 @@
FROM debian:stable-slim
# For i386
#FROM i386/debian:stable-slim
#ENTRYPOINT ["linux32", "--"]
# 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 git clone --depth=3 $(: --shallow-submodules) --recurse-submodules https://gitlab.com/MasterPassword/MasterPassword.git /mpw
RUN cd /mpw/gradle && ./gradlew -i clean build