mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-25 11:32:32 +02:00
Remove deps TODOs on 0.20
This commit is contained in:
parent
5f2c73a269
commit
656ee0ae08
@ -128,7 +128,6 @@ ARG SOURCE
|
|||||||
# Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
|
# Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
|
||||||
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
|
||||||
|
|
||||||
# TODO: Check which dependencies are not necessary here
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
@ -198,7 +197,6 @@ LABEL maintainer="Damian Mee (@meeDamian)"
|
|||||||
# Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
|
# Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
|
||||||
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
|
||||||
|
|
||||||
# TODO: Check which dependencies are not necessary here
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
boost-filesystem \
|
boost-filesystem \
|
||||||
boost-thread \
|
boost-thread \
|
||||||
|
Loading…
Reference in New Issue
Block a user