diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-11 06:22:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-11 06:22:01 +0000 |
commit | 6f526cc4567cb551feb4cae121f9a067d491f711 (patch) | |
tree | 33b9dcf972e138cc09760ce2a6b303c6b4f46af5 /stage2/Dockerfile | |
parent | 71861b6ea54738950ac5c8e83e78bbd1215a11ed (diff) |
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.
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 |