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:
parent
8fa2b54c01
commit
75c4532cf3
@ -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 add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y
|
||||||
RUN apt-get update
|
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
|
ADD mosquitto-broker.sh /etc/service/mosquitto-broker/run
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user