Skip to content

Commit

Permalink
Dockerfile: minor tweaks (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Nov 10, 2023
1 parent aae088b commit ff7b2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libevent-dev \
libevent-openssl-2.1-7 \
libgoogle-glog-dev \
libgsasl7 \
libmysqlclient-dev \
libpython3.10 \
librdkafka++1 \
Expand Down Expand Up @@ -166,6 +167,7 @@ RUN mkdir -p /etc/bash_completion.d && \
grep -wq '^source /etc/profile.d/bash_completion.sh' /etc/bash.bashrc || echo 'source /etc/profile.d/bash_completion.sh' >> /etc/bash.bashrc && \
/usr/local/bin/hadmin --bash-completion-script /usr/local/bin/hadmin > /etc/bash_completion.d/hadmin && \
/usr/local/bin/hadmin-store --bash-completion-script /usr/local/bin/hadmin-store > /etc/bash_completion.d/hadmin-store && \
/usr/local/bin/hstream-kafka-cli --bash-completion-script /usr/local/bin/hstream-kafka-cli > /etc/bash_completion.d/hstream-kafka-cli && \
/usr/local/bin/hstream --bash-completion-script /usr/local/bin/hstream > /etc/bash_completion.d/hstream

EXPOSE 6560 6570
Expand Down

0 comments on commit ff7b2b6

Please sign in to comment.