This commit is contained in:
Florian Eggenberger 2021-10-26 13:56:40 +02:00 committed by GitHub
commit 08c0fe172c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ RUN freshclam --quiet --no-dns
# Build go package
ADD . /go/src/clamav-rest/
ENV GO111MODULE=auto
RUN go get github.com/dutchcoders/go-clamd
RUN go get github.com/prometheus/client_golang/prometheus/promhttp
ADD ./server.* /etc/ssl/clamav-rest/