From 253eadfbd976183bd4c625d8de688ee2dce87ca6 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 6 Jul 2022 13:19:00 +0200 Subject: [PATCH] Try to exchange deprecated command. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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