Skip to content
Snippets Groups Projects
Commit 6d9bcfbb authored by msherif1234's avatar msherif1234
Browse files

Fix make docker-generate issue #137


Signed-off-by: default avatarmsherif1234 <mmahmoud@redhat.com>
parent 5680c551
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