alpine: boost chrono is no longer required

This commit is contained in:
fanquake 2020-06-08 10:35:30 +08:00
parent 4a2f9c4774
commit d4fece3bde
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -95,7 +95,6 @@ LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \
RUN adduser -S bitcoin
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
RUN apk --no-cache add \
boost-chrono \
boost-filesystem \
boost-system \
boost-thread \