Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix Docker dev environment build failure on Windows and Mac (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored and jackfrancis committed Aug 17, 2017
1 parent 3dade80 commit db8fb22
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 @@ -37,7 +37,7 @@ RUN git clone https://github.com/akesterson/shunit.git /tmp/shunit \
WORKDIR /gopath/src/github.com/Azure/acs-engine

# Cache vendor layer
ADD Makefile versioning.mk glide.yaml glide.lock /gopath/src/github.com/Azure/acs-engine/
ADD Makefile test.mk versioning.mk glide.yaml glide.lock /gopath/src/github.com/Azure/acs-engine/
RUN make bootstrap

ADD . /gopath/src/github.com/Azure/acs-engine

0 comments on commit db8fb22

Please sign in to comment.