We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33bf12 commit 824831fCopy full SHA for 824831f
Dockerfile
@@ -7,7 +7,7 @@ COPY go* main* .
7
8
RUN apk add --no-cache git
9
10
-RUN CGO_ENABLED=0 go build -ldflags '-extldflags "-static"' -o rabbitmq-dump-queue .
+RUN CGO_ENABLED=0 go build -o rabbitmq-dump-queue .
11
12
13
# test stage
0 commit comments