Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffdb0c commit dae2946Copy full SHA for dae2946
1 file changed
Dockerfile
@@ -30,7 +30,8 @@ RUN apk add --no-cache \
30
git \
31
openssl \
32
openssh-client \
33
- ca-certificates
+ ca-certificates \
34
+ libssh2-dev
35
36
COPY --from=build /go/gitsplit /bin/gitsplit
37
0 commit comments