Try to exchange deprecated command.

This commit is contained in:
2022-07-06 13:07:10 +02:00
parent 8561db2aee
commit 469841c854

View File

@@ -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