Lukas Wolfsteiner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
Dockerfile
|
|
@ -2,7 +2,6 @@ FROM golang:rc-alpine3.13 AS builder |
|
|
|
RUN go get github.com/sberk42/fritzbox_exporter/ |
|
|
|
|
|
|
|
FROM alpine:latest |
|
|
|
ARG USERNAME PASSWORD GWURL |
|
|
|
ENV USERNAME ${USERNAME} && \ |
|
|
|
PASSWORD ${PASSWORD} && \ |
|
|
|
GWURL ${GWURL} |
|
|
|