mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Create Dockerfile
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user