Skip to content

Commit 5fc9ba0

Browse files
author
Soft-Serve
committed
fix(repo-server): install openssh-client for SSH repository authentication
1 parent 0aa2db5 commit 5fc9ba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/repo-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /usr/src/cmd/repo-server
1212
RUN go build -o server -ldflags="-s -w" .
1313

1414
FROM alpine:3.20
15-
RUN apk add --no-cache git
15+
RUN apk add --no-cache git openssh-client
1616
WORKDIR /usr/bin
1717
COPY --from=builder /usr/src/cmd/repo-server/server .
1818
ENTRYPOINT ["/usr/bin/server"]

0 commit comments

Comments
 (0)