mirror of
https://github.com/maride/afl-prom.git
synced 2024-11-09 23:04:26 +00:00
Add simple Dockerfile
This commit is contained in:
parent
d16f36de52
commit
b58017d4f7
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM golang:1.14
|
||||||
|
COPY . .
|
||||||
|
RUN go get github.com/prometheus/client_golang/prometheus
|
||||||
|
RUN go build -o afl-prom .
|
||||||
|
CMD [ "/afl-prom" ]
|
Loading…
Reference in New Issue
Block a user