Skip to content

Commit

Permalink
Merge pull request #1652 from rg2011/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
AlvaroVega authored Sep 16, 2024
2 parents 12a6932 + 5f6bedc commit 59e551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Mosquitto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
# Install dependencies
apt-get -y install \
wget \
mosquitto && \
mosquitto mosquitto-clients && \
cp /etc/mosquitto/mosquitto.conf /etc/mosquitto/mosquitto.conf.orig && \
chmod 755 /bin/startMosquitto.sh && \
mkdir -p /var/log/mosquitto && \
Expand Down

0 comments on commit 59e551c

Please sign in to comment.