diff --git a/Dockerfile b/Dockerfile index 2d103c7..7557ac3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 github.com/mdlayher/apcupsd_exporter && \ go build -o /go/bin/apcupsd_exporter FROM alpine:latest