diff options
Diffstat (limited to 'stage2')
-rw-r--r-- | stage2/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |