File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
102102RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
103103RUN sed -i 's/http\:\/\/ dl-cdn.alpinelinux.org/https\:\/\/ alpine.global.ssl.fastly.net/g' /etc/apk/repositories
104104RUN apk --no-cache add \
105- boost-filesystem \
106- boost-system \
107- boost-thread \
108105 libevent \
109106 libzmq \
110107 shadow \
Original file line number Diff line number Diff line change @@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
102102RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
103103RUN sed -i 's/http\:\/\/ dl-cdn.alpinelinux.org/https\:\/\/ alpine.global.ssl.fastly.net/g' /etc/apk/repositories
104104RUN apk --no-cache add \
105- boost-filesystem \
106- boost-system \
107- boost-thread \
108105 libevent \
109106 libzmq \
110107 shadow \
You can’t perform that action at this time.
0 commit comments