mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-08-26 23:57:16 +00:00
Remove unneeded build arguments
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user