Remove prometheus from dockerfile
This commit is contained in:
parent
cbf99996d8
commit
7ccd5688cc
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ RUN freshclam --quiet --no-dns
|
|||
# Build go package
|
||||
ADD . /go/src/clamav-rest/
|
||||
RUN go get github.com/dutchcoders/go-clamd
|
||||
RUN go get github.com/prometheus/client_golang/prometheus/promhttp
|
||||
ADD ./server.* /etc/ssl/clamav-rest/
|
||||
RUN cd /go/src/clamav-rest && go mod init && go mod vendor && go build -v
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue