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