Skip to content

Commit

Permalink
Separate layers to optimize build time when adding new tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jul 3, 2023
1 parent 012325a commit 3aca0ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dockers/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ COPY Makefile.d Makefile.d
COPY versions versions
COPY hack/go.mod.default hack/go.mod.default

# basic deps
RUN make deps \
&& make ngt/install \
&& make helm/install \
Expand All @@ -58,8 +59,9 @@ RUN make deps \
&& make golangci-lint/install \
&& make reviewdog/install \
&& make protobuf/install \
&& make kubectl/install \
&& make k3d/install \
&& make kubectl/install

# additional deps
RUN make k3d/install \
&& make buf/install \
&& make k9s/install \
&& make stern/install
&& make k9s/install

0 comments on commit 3aca0ca

Please sign in to comment.