Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
change command to clone a specific branch
  • Loading branch information
APMarte authored Oct 22, 2020
1 parent e9671fd commit e9a9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.12 as build-env

ENV ROOT=vegeta-server
RUN git clone https://github.com/APMarte/vegeta-server.git && git checkout customize-attack-id
RUN git clone --single-branch --branch customize-attack-id https://github.com/APMarte/vegeta-server.git

WORKDIR $ROOT
RUN make build
Expand Down

0 comments on commit e9a9aa2

Please sign in to comment.