2
0

Switch linux build of libmpw to debian for glibc instead of musl libc.

This commit is contained in:
Maarten Billemont
2018-08-01 20:13:42 -04:00
parent 00744cb264
commit c94ff429e8
5 changed files with 18 additions and 8 deletions

View File

@@ -1,9 +1,12 @@
FROM alpine
FROM debian:buster-slim
# For i386
#FROM i386/alpine
#FROM i386/debian:buster-slim
#ENTRYPOINT ["linux32", "--"]
RUN apk add --no-cache git libtool automake autoconf make g++ bash openjdk8
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && apt-get install openjdk-10-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