瀏覽代碼

Install more dependencies from Alpine repos

Tulir Asokan 4 年之前
父節點
當前提交
0b275e11b5
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -10,6 +10,8 @@ RUN apk add --no-cache \
       py3-magic \
       py3-ruamel.yaml \
       py3-commonmark \
+      py3-prometheus-client \
+      py3-paho-mqtt \
       # Other dependencies
       ca-certificates \
       su-exec \