From c2b870dce68ea9a0cc207cd7e7f6bbcffe40fcb2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 Feb 2019 16:11:50 +0000 Subject: Missing library. Pretty sure these changes are correct, but Xvfb is refusing to start under `docker build`. Worked under `docker run`. Investigate when next I have time to spend on this hack. --- stage2/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'stage2/Dockerfile') diff --git a/stage2/Dockerfile b/stage2/Dockerfile index ae2b272..7b69f88 100644 --- a/stage2/Dockerfile +++ b/stage2/Dockerfile @@ -4,6 +4,7 @@ RUN ln -sf /bin/bash /bin/sh RUN apt-get update && apt-get install -y \ libglib2.0-0 \ + libxrandr2 \ python-xvfbwrapper \ ratpoison -- cgit v1.2.3