Skip to content

Commit

Permalink
fix(Dockerfile.crystal): use edge release of libssh2-static
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Nov 7, 2024
1 parent 12bfb35 commit 7439026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.crystal
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ RUN apk add \
iputils \
libelf \
gmp-dev \
libssh2-static \
lz4-dev \
lz4-static \
tzdata \
Expand All @@ -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
Expand Down

0 comments on commit 7439026

Please sign in to comment.