mirror of
https://github.com/maride/afl-prom.git
synced 2026-04-24 07:45:44 +00:00
Add simple Dockerfile
This commit is contained in:
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" ]
|
||||
Reference in New Issue
Block a user