Create Dockerfile

This commit is contained in:
Leonid Bugaev
2017-05-18 16:47:41 +03:00
committed by GitHub
parent 064519ce89
commit d755c579e4
+6
View File
@@ -0,0 +1,6 @@
FROM alpine:latest
RUN wget https://github.com/buger/goreplay/releases/download/v0.16.0.2/gor_0.16.0_x64.tar.gz -o gor.tar.gz
RUN tar xzf gor.tar.gz
ENTRYPOINT ./gor