Files
docker-images/apps/mosquitto/prometheus/Dockerfile
2022-07-30 12:43:56 +02:00

10 lines
224 B
Docker

FROM cr.lan/debian-golang-stable
ENV GOARCH=arm64
ENV GOPATH=/usr/src/gopath
ENV GOCACHE=/usr/src/gocache
RUN go env
WORKDIR /usr/src
RUN go get github.com/sapcc/mosquitto-exporter
RUN make j4 build CGO_ENABLED=0
RUN ls -al