Files
docker-images/apps/mosquitto/prometheus/Dockerfile
Udo Waechter 13898378cd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
apps (some of them)
2023-12-15 18:51:23 +01:00

10 lines
225 B
Docker

FROM cr.wks/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