Skip to content

Commit

Permalink
fix: remove deps step from docker image build (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorut committed Sep 1, 2023
1 parent e1be6fb commit ff23a12
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ WORKDIR /app

# Build Application
COPY . .
RUN make deps
RUN NO_DIRTY=true make build
RUN chmod +x /app/build/infracost

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /app

# Build Application
COPY . .
RUN make deps
RUN NO_DIRTY=true make build
RUN chmod +x /app/build/infracost

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ WORKDIR /app

# Build Application
COPY . .
RUN make deps
RUN NO_DIRTY=true make build
RUN chmod +x /app/build/infracost

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.wolfi-ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /app

# Build Application
COPY . .
RUN make deps
RUN NO_DIRTY=true make build
RUN chmod +x /app/build/infracost

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.wolfi-latest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ENV CGO_ENABLED 0

# Build Application
COPY . .
RUN make deps
RUN NO_DIRTY=true make build
RUN chmod +x /app/build/infracost

Expand Down

0 comments on commit ff23a12

Please sign in to comment.