We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e17506 + e0cccab commit 3efcdddCopy full SHA for 3efcddd
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /src
3
COPY go.sum go.mod ./
4
RUN go mod download
5
COPY . .
6
-RUN CGO_ENABLED=0 go build -o /bin/app ./cmd/snapshotter
+RUN go build -o /bin/app ./cmd/snapshotter
7
8
FROM debian:stable-slim
9
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
0 commit comments