mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 03:28:59 -07:00
fix: Fixing issues/1, drone build push failure.
This commit is contained in:
parent
8b54fc32c5
commit
e6d0b37063
4 changed files with 19 additions and 12 deletions
|
@ -8,7 +8,9 @@ RUN apk add --no-cache zeromq-dev build-base git && \
|
|||
|
||||
|
||||
FROM alpine:3.12
|
||||
LABEL Name="G'Agent" Maintainer="jwells@dragonheim.net" License="MIT License"
|
||||
LABEL Name="G'Agent"
|
||||
LABEL Maintainer="jwells@dragonheim.net"
|
||||
LABEL License="MIT License"
|
||||
RUN apk add --no-cache zeromq; mkdir -p -m 0700 /etc/gagent
|
||||
|
||||
COPY --from=builder /gagent/examples/example_gagent.hcl /etc/gagent/gagent.hcl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue