From 74390265950e459abac73dbf080fef044486a3d8 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Thu, 7 Nov 2024 17:40:20 +1100 Subject: [PATCH] fix(Dockerfile.crystal): use edge release of libssh2-static --- Dockerfile.crystal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.crystal b/Dockerfile.crystal index e1424a0..97bb6ae 100644 --- a/Dockerfile.crystal +++ b/Dockerfile.crystal @@ -86,7 +86,6 @@ RUN apk add \ iputils \ libelf \ gmp-dev \ - libssh2-static \ lz4-dev \ lz4-static \ tzdata \ @@ -95,6 +94,7 @@ RUN apk add \ xz-dev \ xz-static +RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main libssh2-static RUN update-ca-certificates # These provide certificate chain validation where communicating with external services over TLS