From 387ef5f162e76b781cbac1fa60c80bfe98163818 Mon Sep 17 00:00:00 2001 From: yair Date: Wed, 27 Dec 2023 17:39:22 +0200 Subject: [PATCH] testing withouts deps --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a5f75c0..9cfc47d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM golang:1.19-alpine +ENV LIBRDKAFKA_VERSION 1.9.2 + RUN apk add --no-cache wget make g++ openssl-dev autoconf automake libtool curl librdkafka-dev USER nonroot:nonroot