diff --git a/Dockerfile b/Dockerfile index 3ce6aa3..e66280e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine AS build MAINTAINER chris RUN apk add git --no-cache && \ - go install github.com/mdlayher/apcupsd_exporter@latest + go install -g github.com/mdlayher/apcupsd_exporter FROM alpine:latest