Switch linux build of libmpw to debian for glibc instead of musl libc.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user