mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 18:10:16 +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"
|
||||
|
||||
# Install deps
|
||||
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq
|
||||
|
||||
# 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
|
||||
RUN apk add --no-cache bash gcompat git openssl openssh-client curl jq docker-cli-compose
|
||||
|
||||
# Install binary and entrypoint
|
||||
COPY --from=builder /go/src/$REPOSITORY/$ARTIFACT/release/$ARTIFACT /usr/local/bin/$ARTIFACT
|
||||
|
|
Loading…
Reference in New Issue
Block a user