소스 검색

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 \