Install udev for udevadm requirement.
This commit is contained in:
parent
3d872ad160
commit
e04caecd76
@ -2,7 +2,7 @@ FROM debian:bookworm
|
|||||||
MAINTAINER yohan <783b8c87@scimetis.net>
|
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV TZ Europe/Paris
|
ENV TZ Europe/Paris
|
||||||
RUN apt-get update && apt-get -y install gunicorn sqlite3 python3-pip python3-requests python3-yaml python3-flask python3-serial
|
RUN apt-get update && apt-get -y install gunicorn sqlite3 python3-pip python3-requests python3-yaml python3-flask python3-serial udev
|
||||||
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
ENV PIP_BREAK_SYSTEM_PACKAGES 1
|
||||||
RUN pip install flask-restx==1.3.0
|
RUN pip install flask-restx==1.3.0
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
Loading…
Reference in New Issue
Block a user