Skip to content
Snippets Groups Projects
Unverified Commit d79f7ba3 authored by Dushyant Behl's avatar Dushyant Behl Committed by GitHub
Browse files

Merge pull request #138 from msherif1234/fix_docker_build

Fix make docker-generate issue #137
parents 5680c551 6d9bcfbb
Branches
Tags
No related merge requests found
...@@ -33,6 +33,7 @@ ENV PATH $GOROOT/bin:$GOPATH/bin:/protoc/bin:$PATH ...@@ -33,6 +33,7 @@ ENV PATH $GOROOT/bin:$GOPATH/bin:/protoc/bin:$PATH
WORKDIR /tmp WORKDIR /tmp
# Copies some pre-required Go dependencies to avoid downloading them on each build # Copies some pre-required Go dependencies to avoid downloading them on each build
COPY Makefile Makefile COPY Makefile Makefile
COPY .mk/ .mk/
RUN make prereqs RUN make prereqs
WORKDIR /src WORKDIR /src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment