Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dae2946

Browse files
committed
Fix missing libssh2 lib in Dockerfile
1 parent 4ffdb0c commit dae2946

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ RUN apk add --no-cache \
3030
git \
3131
openssl \
3232
openssh-client \
33-
ca-certificates
33+
ca-certificates \
34+
libssh2-dev
3435

3536
COPY --from=build /go/gitsplit /bin/gitsplit
3637

0 commit comments

Comments
 (0)