From e0b7164e16ab0f0dcba654b72438ec8859b09d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojta=20Orgo=C5=88?= Date: Sat, 21 Feb 2015 12:18:11 +0100 Subject: [PATCH] Install mosquitto-clients during installation process Image can be used for communicating with mqtt servers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35a4d1d..a0ac64b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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