fix: Fixing issues/1, drone build push failure.

This commit is contained in:
James Wells 2021-02-26 13:31:22 +00:00 committed by James Wells
parent 8b54fc32c5
commit e6d0b37063
Signed by: jwells
GPG key ID: 73196D10B8E65666
4 changed files with 19 additions and 12 deletions

View file

@ -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