Skip to content

Commit 65d8b4c

Browse files
committed
add unified log
1 parent 0b771a0 commit 65d8b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
make ca-certificates && \
1313
apt-get auto-remove && \
1414
rm -rf /var/lib/apt/lists/* && \
15-
arduino-cli lib install PubSubClient && \
15+
arduino-cli lib install PubSubClient Unified\ Log && \
1616
arduino-cli core update-index --config-file /etc/cli-config.yml && \
1717
arduino-cli core install esp8266:esp8266 --config-file /etc/cli-config.yml
1818
WORKDIR /build

0 commit comments

Comments
 (0)