We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b771a0 commit 65d8b4cCopy full SHA for 65d8b4c
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && \
12
make ca-certificates && \
13
apt-get auto-remove && \
14
rm -rf /var/lib/apt/lists/* && \
15
- arduino-cli lib install PubSubClient && \
+ arduino-cli lib install PubSubClient Unified\ Log && \
16
arduino-cli core update-index --config-file /etc/cli-config.yml && \
17
arduino-cli core install esp8266:esp8266 --config-file /etc/cli-config.yml
18
WORKDIR /build
0 commit comments