Add mosquitto-clients (#160)

I find that having mosquitto_pub and mosquitto_sub pretty useful to troubleshoot mqtt issues.  Feed free to reject if it doesn't make sense to include.
This commit is contained in:
NotoriousBDG
2017-08-02 05:14:55 -04:00
committed by Pascal Vizeli
parent b4b2026c17
commit 8ccdb51728

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq openssh vim curl nano git
RUN apk add --no-cache jq openssh vim curl nano git mosquitto-clients
# Copy data
COPY run.sh /