Skip to content

Commit

Permalink
adding module to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Kumar T P committed Oct 7, 2020
1 parent b1e7a9c commit e6db9a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Dockerfile-testing
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY module/apmgoredis/go.mod module/apmgoredis/go.sum /go/src/go.elastic.co/apm
COPY module/apmgoredisv8/go.mod module/apmgoredisv8/go.sum /go/src/go.elastic.co/apm/module/apmgoredisv8/
COPY module/apmgorilla/go.mod module/apmgorilla/go.sum /go/src/go.elastic.co/apm/module/apmgorilla/
COPY module/apmgorm/go.mod module/apmgorm/go.sum /go/src/go.elastic.co/apm/module/apmgorm/
COPY module/apmgormv2/go.mod module/apmgormv2/go.sum /go/src/go.elastic.co/apm/module/apmgormv2/
COPY module/apmgrpc/go.mod module/apmgrpc/go.sum /go/src/go.elastic.co/apm/module/apmgrpc/
COPY module/apmhttp/go.mod module/apmhttp/go.sum /go/src/go.elastic.co/apm/module/apmhttp/
COPY module/apmhttprouter/go.mod module/apmhttprouter/go.sum /go/src/go.elastic.co/apm/module/apmhttprouter/
Expand Down Expand Up @@ -52,6 +53,7 @@ RUN cd /go/src/go.elastic.co/apm/module/apmgoredis && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmgoredisv8 && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmgorilla && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmgorm && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmgormv2 && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmgrpc && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmhttp && go mod download
RUN cd /go/src/go.elastic.co/apm/module/apmhttprouter && go mod download
Expand Down

0 comments on commit e6db9a2

Please sign in to comment.