mirror of
/repos/mqtt-broker-docker-image.git
synced 2025-12-30 08:01:36 +01:00
Install mosquitto-clients during installation process
Image can be used for communicating with mqtt servers
This commit is contained in:
parent
75c4532cf3
commit
e0b7164e16
@ -6,7 +6,7 @@ RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
|
||||
|
||||
RUN add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y mosquitto
|
||||
RUN apt-get install -y mosquitto mosquitto-clients
|
||||
|
||||
ADD mosquitto-broker.sh /etc/service/mosquitto-broker/run
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user