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

Commit

Permalink
Layer ADD source-code prior to make bootstrap layer in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-amarnath committed Aug 30, 2018
1 parent 8824c1c commit 675e826
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -27,7 +27,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 test.mk versioning.mk Gopkg.toml Gopkg.lock /gopath/src/github.com/Azure/acs-engine/
ADD . /gopath/src/github.com/Azure/acs-engine/
RUN make bootstrap

# https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.1.2-sdk-download.md
Expand All @@ -46,4 +46,3 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install azure-cli

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

0 comments on commit 675e826

Please sign in to comment.