Skip to content

Commit

Permalink
Merge pull request #149 from kube-logging/openssl-dev
Browse files Browse the repository at this point in the history
feat: add openssl-dev for kafka tls support
  • Loading branch information
pepov authored Sep 27, 2024
2 parents 4ad2e12 + 1b06780 commit 02bdf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.16-4.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BUILD_DEPS=" \
wget bzip2 zlib-dev git linux-headers \
automake autoconf libtool build-base \
ruby-dev libc6-compat geoip-dev \
snappy-dev gnupg bash \
snappy-dev gnupg bash openssl-dev \
"

RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
Expand Down

0 comments on commit 02bdf37

Please sign in to comment.