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

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 19, 2019
1 parent e275f4f commit 373b0b9
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 @@ -4,7 +4,7 @@ ENV GO111MODULE=on
COPY go.* ./
RUN go mod download
COPY ./ ./
RUN ls -alth && go install -v ./... && ls -alth /go/bin/ && ls -alth
RUN go install ./...

# Now copy it into our base image.
FROM gcr.io/distroless/base
Expand Down

0 comments on commit 373b0b9

Please sign in to comment.