Skip to content

Commit 3451ff8

Browse files
committed
Merge branch 'fix/cache' of github.com:sensebox/sensebox-sketches into fix/cache
2 parents 6669bf3 + e99095d commit 3451ff8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN arduino-cli lib install "RG15-Arduino"
9797
RUN arduino-cli lib install "Adafruit seesaw Library"
9898
RUN arduino-cli lib install "ESP32Time"
9999
RUN arduino-cli lib install "Adafruit MAX1704X"
100+
RUN arduino-cli lib install "ICM42670P"
100101
RUN arduino-cli lib install --git-url https://github.com/sensebox/SSD1306-Plot-Library
101102
RUN arduino-cli lib install --git-url https://github.com/sensebox/sensebox-libweb
102103
RUN arduino-cli lib install --git-url https://github.com/sensebox/SDS011-select-serial
@@ -109,6 +110,8 @@ RUN arduino-cli lib install --git-url https://github.com/FluxGarage/RoboEyes
109110
RUN arduino-cli lib install "Adafruit NAU7802 Library"
110111

111112

113+
114+
112115
WORKDIR /app
113116

114117
COPY package.json /app

0 commit comments

Comments
 (0)