mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fixed Dockerfile that fails during docker build (#472)
* Fixed Dockerfile that fails during docker build * make build should use Dockerfile.dev since other make targets use it
This commit is contained in:
committed by
Leonid Bugaev
parent
efce146244
commit
dfb67b4456
+2
-1
@@ -1,4 +1,5 @@
|
||||
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 apk update && apk add ca-certificates && update-ca-certificates && apk add openssl
|
||||
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