From 9d036b083b67535b7d84bc02a3747ad851429734 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 18 Jun 2015 15:24:58 -0700 Subject: [PATCH] update notification daemon Signed-off-by: Jessica Frazelle --- notify-osd/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notify-osd/Dockerfile b/notify-osd/Dockerfile index 562d0da..14348ac 100644 --- a/notify-osd/Dockerfile +++ b/notify-osd/Dockerfile @@ -23,6 +23,8 @@ MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ at-spi2-core \ dbus \ + libgl1-mesa-dri \ + libgl1-mesa-glx \ libnotify-bin \ notify-osd \ --no-install-recommends \