diff --git a/Dockerfile b/Dockerfile index a5f75c0..bc3aa5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM golang:1.19-alpine +ENV CGO_ENABLED=1 + RUN apk add --no-cache wget make g++ openssl-dev autoconf automake libtool curl librdkafka-dev USER nonroot:nonroot