From 469841c854e7a08506c286fcbc888ad79c11b357 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 6 Jul 2022 13:07:10 +0200 Subject: [PATCH] Try to exchange deprecated command. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d5b277..15a6343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:alpine AS build MAINTAINER chris RUN apk add git --no-cache && \ go get -u github.com/mdlayher/apcupsd_exporter && \ - go get -t -v ./... + go install ./... FROM alpine:latest