Add missing ow-shell package installation.
This commit is contained in:
parent
dabc7c1ebb
commit
3ef6afa2b8
@ -2,7 +2,7 @@ FROM debian:bookworm
|
||||
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV TZ Europe/Paris
|
||||
RUN apt-get update && apt-get -y install gunicorn sqlite3 python3-pip python3-requests python3-yaml python3-flask python3-serial udev
|
||||
RUN apt-get update && apt-get -y install gunicorn sqlite3 python3-pip python3-requests python3-yaml python3-flask python3-serial udev ow-shell
|
||||
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
||||
RUN pip install teleinfo
|
||||
WORKDIR /root
|
||||
|
Loading…
Reference in New Issue
Block a user