File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ FROM debian:bookworm@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc952090
33
44ARG VERSION=v30.0
55
6-
7-
86ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
97
108# https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#linux-distribution-specific-instructions
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ARG VERSION=v1.14.9
55
66ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77
8-
98RUN <<-EOF
109 set -e
1110 apt-get -y update && apt-get -y install \
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ARG VERSION=3.0.0
55
66ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77
8-
98RUN <<-EOF
109 set -e
1110 apt-get -y update && apt-get -y install \
You can’t perform that action at this time.
0 commit comments