Add libnotify4 and bin for notify-send

pull/261/head
Webber 2021-05-21 20:54:24 +02:00
parent 21310e009a
commit fa9db417d0
1 changed files with 6 additions and 0 deletions

6
dist/Dockerfile vendored
View File

@ -17,4 +17,10 @@ ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN ls
RUN apt-get -q update \
&& apt-get -q install -y --no-install-recommends --allow-downgrades \
libnotify4 \
libnotify-bin \
&& apt-get clean
ENTRYPOINT ["/entrypoint.sh"]