mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-08 19:40:56 +00:00
chore(docker): install Docker compose plugin
Switch from Docker Compsoe script to Compose CLI plugin. close #81
This commit is contained in:
parent
1a25f73d04
commit
e219a0f376
|
@ -81,12 +81,7 @@ RUN adduser \
|
||||||
"$USER"
|
"$USER"
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq
|
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose
|
||||||
|
|
||||||
# Install docker-compose
|
|
||||||
RUN curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh \
|
|
||||||
-o /usr/local/bin/docker-compose && \
|
|
||||||
chmod +x /usr/local/bin/docker-compose
|
|
||||||
|
|
||||||
# Install binary and entrypoint
|
# Install binary and entrypoint
|
||||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT
|
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user