beryllw commented on code in PR #1285: URL: https://github.com/apache/fluss/pull/1285#discussion_r2225052729
########## docker/Dockerfile: ########## @@ -25,7 +25,7 @@ FROM eclipse-temurin:17-jre-jammy AS builder # Install dependencies RUN set -ex; \ apt-get update; \ - apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev; \ Review Comment: Install `netcat` to support testcontainers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
