Skip to content

Commit 8d78491

Browse files
revert upx compression for container builds
1 parent b70a2f0 commit 8d78491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN apk add --no-cache ca-certificates && update-ca-certificates
55
ENV CGO_ENABLED 0
66
RUN go build -v -a -tags netgo -ldflags='-s -w -extldflags "-static"' .
7-
RUN apk add --no-cache upx && upx ./docker-pushrm
7+
#RUN apk add --no-cache upx && upx ./docker-pushrm
88

99
FROM docker.io/library/busybox
1010
COPY --from=builder /go/src/github.com/christian-korneck/docker-pushrm/docker-pushrm /

0 commit comments

Comments
 (0)