klipperscreen: add libraries for python-networkmanager

This commit is contained in:
Markus Küffner
2022-11-26 15:14:44 +01:00
parent 8bedccf548
commit 82675ddf80

View File

@@ -6,6 +6,8 @@ ARG VERSION=master
RUN apt update \
&& apt install -y \
libgirepository1.0-dev \
libdbus-glib-1-dev \
cmake \
&& apt clean
WORKDIR /opt
@@ -30,6 +32,7 @@ RUN apt update \
fonts-freefont-ttf \
libcairo2 \
libatlas3-base \
libdbus-glib-1-2 \
&& apt clean
WORKDIR /opt
@@ -41,4 +44,4 @@ ENV XAUTHORITY=/tmp/.Xauthority
ENV DISPLAY=:0
VOLUME ["/opt/cfg"]
ENTRYPOINT ["/opt/venv/bin/python", "klipperscreen/screen.py"]
CMD ["-c", "cfg/klipperscreen.conf"]
CMD ["-c", "cfg/klipperscreen.conf"]