Skip to content

Commit fecab9c

Browse files
v1
1 parent 7e1bd60 commit fecab9c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

images/bitcoind/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG VERSION=v30.0
55

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

8+
89
# https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-distribution-specific-instructions
910
RUN <<-EOF
1011
set -e

images/dogecoind/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG VERSION=v1.14.9
55

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

8+
89
RUN <<-EOF
910
set -e
1011
apt-get -y update && apt-get -y install \

images/rippled/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG VERSION=3.0.0
55

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

8+
89
RUN <<-EOF
910
set -e
1011
apt-get -y update && apt-get -y install \

0 commit comments

Comments
 (0)