From 8ccdb517280c3420c03dd2ac43ef2e99884fcac5 Mon Sep 17 00:00:00 2001 From: NotoriousBDG Date: Wed, 2 Aug 2017 05:14:55 -0400 Subject: [PATCH] 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. --- ssh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index ba6947c..7fc9021 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -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 /