Browse Source

Remove unneeded build arguments

pull/5/head
Lukas Wolfsteiner 4 years ago
committed by GitHub
parent
commit
e2d5bbfcd9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -2,7 +2,6 @@ FROM golang:rc-alpine3.13 AS builder
RUN go get github.com/sberk42/fritzbox_exporter/ RUN go get github.com/sberk42/fritzbox_exporter/
FROM alpine:latest FROM alpine:latest
ARG USERNAME PASSWORD GWURL
ENV USERNAME ${USERNAME} && \ ENV USERNAME ${USERNAME} && \
PASSWORD ${PASSWORD} && \ PASSWORD ${PASSWORD} && \
GWURL ${GWURL} GWURL ${GWURL}

Loading…
Cancel
Save