We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e227026 + 5ee7ef5 commit 960e620Copy full SHA for 960e620
Dockerfile
@@ -14,7 +14,7 @@ ENV GROUP_ID ${GROUP_ID:-1000}
14
RUN groupadd -g ${GROUP_ID} bitcoin \
15
&& useradd -u ${USER_ID} -g bitcoin -s /bin/bash -m -d /bitcoin bitcoin
16
17
-RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8842ce5e && \
+RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C70EF1F0305A1ADB9986DBD8D46F45428842CE5E && \
18
echo "deb http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial main" > /etc/apt/sources.list.d/bitcoin.list
19
20
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments