Skip to content

Commit

Permalink
fix: add hostname package for set_kafka_jmx_options.sh (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 10, 2024
1 parent f0b381e commit 0473c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WORKDIR /opt/kafka

RUN microdnf install -y \
shadow-utils \
hostname \
java-${JAVA_VERSION}-openjdk-headless \
&& useradd -u 1001 -r -g 0 -s /sbin/nologin \
-c "Default Application User" default \
Expand Down

0 comments on commit 0473c15

Please sign in to comment.