mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 05:34:21 +01:00
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:
committed by
Pascal Vizeli
parent
b4b2026c17
commit
8ccdb51728
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user