Skip to content

Commit 03878a4

Browse files
v2
1 parent 48f4e33 commit 03878a4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

images/bitcoind/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM debian:bookworm@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc952090
33

44
ARG VERSION=v30.0
55

6-
7-
86
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
97

108
# https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-distribution-specific-instructions

images/dogecoind/Dockerfile

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

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

8-
98
RUN <<-EOF
109
set -e
1110
apt-get -y update && apt-get -y install \

images/rippled/Dockerfile

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

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

8-
98
RUN <<-EOF
109
set -e
1110
apt-get -y update && apt-get -y install \

0 commit comments

Comments
 (0)