diff options
Diffstat (limited to 'stage2/Dockerfile')
-rw-r--r-- | stage2/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stage2/Dockerfile b/stage2/Dockerfile index da030c8..3878080 100644 --- a/stage2/Dockerfile +++ b/stage2/Dockerfile @@ -10,9 +10,13 @@ RUN ln -sf /bin/bash /bin/sh # to need all of the following once we've debugged this. RUN apt-get update && apt-get install -y \ + libglib2.0-0 \ python-xvfbwrapper \ ratpoison \ x11-apps \ x11-utils \ x11-xserver-utils \ xautomation + +COPY installer /xilinx-unpack/ +CMD /xilinx-unpack/installer |