Browse Source

Snappy native impl fix (#2940)

* wip

* wip

* wip

* wip

Co-authored-by: iliax <ikuramshin@provectus.com>
Ilya Kuramshin 2 years ago
parent
commit
5900f8e957
1 changed files with 1 additions and 0 deletions
  1. 1 0
      kafka-ui-api/Dockerfile

+ 1 - 0
kafka-ui-api/Dockerfile

@@ -1,5 +1,6 @@
 FROM azul/zulu-openjdk-alpine:17
 
+RUN apk add --no-cache gcompat # need to make snappy codec work
 RUN addgroup -S kafkaui && adduser -S kafkaui -G kafkaui
 
 USER kafkaui