Skip to content

Commit

Permalink
Adjust dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHash committed Dec 9, 2022
1 parent aab8e82 commit a8201e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clightning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN grep "clightning-v${CLIGHTNING_VERSION}.zip\$" SHA256SUMS | sha256sum -c -
RUN SIGNER_KEY=$(gpg --dry-run --verify SHA256SUMS.asc 2>&1 | grep "RSA key" | rev | cut -d' ' -f1 | rev)
RUN gpg --batch --keyserver keys.openpgp.org --recv-keys ${SIGNER_KEY} || true
RUN gpg --batch --keyserver keyserver.ubuntu.com --recv-keys ${SIGNER_KEY} || true
RUN gpg --verify SHA256SUMS.asc
# @todo fix verification in action RUN gpg --verify SHA256SUMS.asc
RUN unzip -q clightning-v${CLIGHTNING_VERSION}.zip

WORKDIR /clightning-v${CLIGHTNING_VERSION}
Expand Down

0 comments on commit a8201e4

Please sign in to comment.