Correct github address.

This commit is contained in:
2022-07-06 13:33:32 +02:00
parent d0ea6b4d7d
commit ebec3cc09d

View File

@@ -1,7 +1,7 @@
FROM golang:alpine AS build
MAINTAINER chris
RUN apk add git --no-cache && \
git clone github.com/mdlayher/apcupsd_exporter && \
git clone https://github.com/mdlayher/apcupsd_exporter && \
go build -o /go/bin/apcupsd_exporter
FROM alpine:latest