mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 17:26:12 +00:00
fix(docker): add bash shell to the Docker image
This commit is contained in:
parent
b05fdb5edc
commit
c723387d8b
|
@ -35,11 +35,14 @@ ARG ARTIFACT=webhookd
|
|||
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 jq
|
||||
RUN apk add --no-cache git openssh-client jq bash
|
||||
|
||||
# Create folder structure
|
||||
RUN mkdir -p /var/opt/webhookd/scripts /var/opt/webhookd/work
|
||||
|
||||
# Install binary and default scripts
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT-linux-amd64 /usr/local/bin/$ARTIFACT
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/scripts /opt/scripts
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/scripts /var/opt/webhookd/scripts
|
||||
|
||||
# Define command
|
||||
CMD webhookd
|
||||
|
|
Loading…
Reference in New Issue
Block a user