diff options
Diffstat (limited to 'stage2/Dockerfile')
-rw-r--r-- | stage2/Dockerfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/stage2/Dockerfile b/stage2/Dockerfile deleted file mode 100644 index f9fc768..0000000 --- a/stage2/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM cryptech-builder:stage1 - -RUN ln -sf /bin/bash /bin/sh - -RUN apt-get update && apt-get install -y \ - libglib2.0-0 \ - libxrandr2 \ - python-xvfbwrapper \ - ratpoison - -COPY builder installer licenser /xilinx-unpack/ - -# For the moment we're licensing as root. Probably need to change -# that since building as root is a really bad idea. License file goes -# in home directory of user who will be running the builds. - -COPY Xilinx.lic /root |