From 6f526cc4567cb551feb4cae121f9a067d491f711 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 Feb 2019 06:22:01 +0000 Subject: XiLinx installation sorta kinda mostly working. Wow what a kludge. Probably still some license manager antics, but I think that's separate from installation, licensing is per user. --- stage2/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stage2/Dockerfile') 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 -- cgit v1.2.3