mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 20:53:07 +00:00
feat(docker): add git and ssh client inside the Docker image
This commit is contained in:
parent
d7b65e68ae
commit
10b82d67a1
|
@ -34,6 +34,12 @@ ARG ARTIFACT=webhookd
|
|||
# Fix lib dep
|
||||
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
|
||||
# Install deps
|
||||
RUN apk add --no-cache git openssh-client
|
||||
|
||||
# Install binary
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT-linux-amd64 /usr/local/bin/$ARTIFACT
|
||||
|
||||
# Define command
|
||||
CMD webhookd
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user