Weather Station / ECOWITT / DNT
0

Configure Feed

Select the types of activity you want to include in your feed.

docker glibc

+1
+1
Dockerfile
··· 5 5 ## System deps (minimal) 6 6 RUN apt-get update && apt-get install -y --no-install-recommends \ 7 7 ca-certificates \ 8 + libstdc++6 \ 8 9 && rm -rf /var/lib/apt/lists/* 9 10 10 11 # Copy package files and install dependencies