remove upstream maintainers

This commit is contained in:
Damian Mee 2019-02-06 19:58:55 +07:00
parent 6a707faac8
commit d6793189fa
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D

View File

@ -89,10 +89,8 @@ RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0
# Build stage for compiled artifacts # Build stage for compiled artifacts
FROM alpine FROM alpine
LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \ LABEL maintainer.0="nolim1t (@nolim1t)" \
maintainer.1="Pedro Branco (@pedrobranco)" \ maintainer.1="meeDamian (@meeDamian)"
maintainer.2="Rui Marinho (@ruimarinho)" \
maintainer.3="nolim1t (@nolim1t)"
RUN adduser -S bitcoin RUN adduser -S bitcoin
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories