Skip to content

Commit

Permalink
install psql client for tbmq-node image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-landiak committed Oct 28, 2024
1 parent d2d2696 commit 22e7416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msa/mqtt-broker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ FROM thingsboard/openjdk17:bookworm-slim

COPY start-tb-mqtt-broker.sh ${pkg.name}.deb /tmp/

RUN apt-get update \
&& apt-get install -y postgresql-client # used for upgrade from version 1.4.0 to 2.0.0. To remove in next release.

RUN chmod a+x /tmp/*.sh \
&& mv /tmp/start-tb-mqtt-broker.sh /usr/bin

Expand Down

0 comments on commit 22e7416

Please sign in to comment.