beryllw commented on code in PR #1285: URL: https://github.com/apache/fluss/pull/1285#discussion_r2227238097
########## 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; \ + apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev netcat; \ 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]
