1
0
mirror of /repos/mqtt-broker-docker-image.git synced 2025-12-30 08:01:36 +01:00

Remove python-mosquitto from image

This is lefover from other image
This commit is contained in:
Vojta Orgoň 2014-10-02 10:24:16 +02:00
parent 8fa2b54c01
commit 75c4532cf3

View File

@ -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 python-mosquitto
RUN apt-get install -y mosquitto
ADD mosquitto-broker.sh /etc/service/mosquitto-broker/run