Skip to content

Commit

Permalink
Build from local source only in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Oct 23, 2022
1 parent 28aec67 commit b840ab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ RUN apt-get update -qq \

WORKDIR /build

COPY go.mod go.sum ./
RUN go mod download
COPY . .

RUN go build -o packer-builder-arm
Expand Down

0 comments on commit b840ab6

Please sign in to comment.